Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / CorrelatedExprs / switch.ll
index 8bf89649201863cc0ce5850ebfbbb7d1a749247d..d8fad3e190d44076b79c8adfc8db4c8ca565365a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -cee -constprop -instcombine -dce | llvm-dis | not grep 'REMOVE'
+; RUN: llvm-upgrade < %s | llvm-as | opt -cee -constprop -instcombine -dce | llvm-dis | not grep 'REMOVE'
 
 int %test_case_values_should_propagate(int %A) {
     switch int %A, label %D [