Remove support for using "foo" as symbols instead of %"foo". This is ancient
[oota-llvm.git] / test / Analysis / ScalarEvolution / SolveQuadraticEquation.ll
index fcc6fc3297c0d37ec0b6353edef16e10f4e12157..ec95141fbe92555e58ba359e812ab222ce43db9f 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -analyze -scalar-evolution -disable-output \
+; RUN: opt < %s -analyze -scalar-evolution \
 ; RUN:   -scalar-evolution-max-iterations=0 | grep {backedge-taken count is 100}
 ; PR1101
 
@@ -7,7 +7,7 @@
 
 define void @test(i32 %N) {
 entry:
-        "alloca point" = bitcast i32 0 to i32           ; <i32> [#uses=0]
+        %"alloca point" = bitcast i32 0 to i32           ; <i32> [#uses=0]
         br label %bb3
 
 bb:             ; preds = %bb3