Make the ptrtoint comparison simplification work if one side is a global.
[oota-llvm.git] / test / Other / 2007-06-28-PassManager.ll
index 5968d8c68bc2e540f469429edeacefb31c7ac604..f097f59d1c2d752904d10d6cbc96e4d46260f3e0 100644 (file)
@@ -1,7 +1,7 @@
-; RUN:  llvm-as < %s |  opt -analyze -inline -disable-output
-; PR 1526
-; RUN:  llvm-as < %s |  opt -analyze -indvars -disable-output
-; PR 1539
+; RUN: opt < %s -analyze -inline -disable-output
+; PR1526
+; RUN: opt < %s -analyze -indvars -disable-output
+; PR1539
 define i32 @test1() {
        ret i32 0;
 }