Fix a bunch of issues found in a testcase from 400.perlbench.
[oota-llvm.git] / test / Transforms / ConstProp / remtest.ll
index 7ff310898c8a317fbf307192ab9b1dd06f66a96b..905f4b724f0473c74c2e0df906056f68718dc698 100644 (file)
@@ -1,6 +1,6 @@
 ; Ensure constant propagation of remainder instructions is working correctly.
 
-; RUN: as < %s | opt -constprop -die | dis | not grep rem
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -die | llvm-dis | not grep rem
 
 int %test1() {
        %R = rem int 4, 3