Fix a bunch of issues found in a testcase from 400.perlbench.
[oota-llvm.git] / test / Transforms / ConstProp / remtest.ll
index e278386dd75e4a31c9a3c944fa41a904d38f3f07..905f4b724f0473c74c2e0df906056f68718dc698 100644 (file)
@@ -1,6 +1,6 @@
 ; Ensure constant propagation of remainder instructions is working correctly.
 
-; RUN: llvm-as < %s | opt -constprop -die | llvm-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