Revert the load slicing done in r190870.
[oota-llvm.git] / test / Transforms / SimplifyCFG / switch_thread.ll
index c94f52c980ea88965d6bb5bc6d9fc027dd953d02..93966841a425aa1998fbda6db3d20c14def6f86e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: opt %s -simplifycfg | llvm-dis | \
-; RUN:   not grep {call void @DEAD}
+; RUN: opt < %s -simplifycfg -S | \
+; RUN:   not grep "call void @DEAD"
 
 ; Test that we can thread a simple known condition through switch statements.