Fix a bunch of issues found in a testcase from 400.perlbench.
[oota-llvm.git] / test / Transforms / ConstProp / nottest.ll
index fe9b09480a8435595e0d6417683a5b547d3c4fe7..022a513ae42283d2ac2eed28878b1796b3e321d2 100644 (file)
@@ -1,6 +1,6 @@
 ; Ensure constant propogation of 'not' instructions is working correctly.
 
-; RUN: llvm-as < %s | opt -constprop -die | llvm-dis | not grep xor
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop -die | llvm-dis | not grep xor
 
 int "test1"() {
        %R = xor int 4, -1