Add methods to StringMap to erase entries by key.
[oota-llvm.git] / test / Other / 2007-06-28-PassManager.ll
index b0d83d0a0c6c90c2aa8d9e34632b8206b5438592..5968d8c68bc2e540f469429edeacefb31c7ac604 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN:  llvm-as < %s |  opt -analyze -inline -disable-output
 ; PR 1526
+; RUN:  llvm-as < %s |  opt -analyze -indvars -disable-output
+; PR 1539
 define i32 @test1() {
        ret i32 0;
 }