diff options
-rw-r--r-- | src/gallium/drivers/r600/sb/sb_core.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/r600/sb/sb_core.cpp b/src/gallium/drivers/r600/sb/sb_core.cpp index 9f81ed48e03..b919fa419d4 100644 --- a/src/gallium/drivers/r600/sb/sb_core.cpp +++ b/src/gallium/drivers/r600/sb/sb_core.cpp @@ -187,9 +187,6 @@ int r600_sb_bytecode_process(struct r600_context *rctx, SB_RUN_PASS(dce_cleanup, 1); SB_RUN_PASS(def_use, 0); - SB_RUN_PASS(liveness, 0); - SB_RUN_PASS(dce_cleanup, 0); - SB_RUN_PASS(ra_split, 0); SB_RUN_PASS(def_use, 0); |