Implement PR1796 and Transforms/SimplifyCFG/noreturn-call.ll
[oota-llvm.git] / test / Transforms / SimplifyCFG / switch_thread.ll
index 5eee2c7a7aeac0d5628e639ebd5ad0dc32f81c3c..f12085172680047464a6c81ec5202c72d82b5ced 100644 (file)
@@ -1,4 +1,5 @@
-; RUN: llvm-as < %s | opt -simplifycfg | llvm-dis | not grep 'call void %DEAD'
+; RUN: llvm-upgrade < %s | llvm-as | opt -simplifycfg | llvm-dis | \
+; RUN:   not grep {call void %DEAD}
 
 ; Test that we can thread a simple known condition through switch statements.