Signed-off-by: Vadim Girlin <[email protected]>
---
 src/gallium/drivers/r600/sb/sb_core.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gallium/drivers/r600/sb/sb_core.cpp 
b/src/gallium/drivers/r600/sb/sb_core.cpp
index 9f81ed4..b919fa4 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);
 
-- 
1.8.2.1

_______________________________________________
mesa-dev mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to