X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=test%2FTransforms%2FCorrelatedExprs%2Fswitch.ll;h=d8fad3e190d44076b79c8adfc8db4c8ca565365a;hp=8bf89649201863cc0ce5850ebfbbb7d1a749247d;hb=69ccadd7535a83b348595cf603126e6a68b2883b;hpb=a50d5962edbf9606a9a7636d845be9f980c28b87 diff --git a/test/Transforms/CorrelatedExprs/switch.ll b/test/Transforms/CorrelatedExprs/switch.ll index 8bf89649201..d8fad3e190d 100644 --- a/test/Transforms/CorrelatedExprs/switch.ll +++ b/test/Transforms/CorrelatedExprs/switch.ll @@ -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 [