commit | 7a1b9bdd2b837b15c9213cdaf89cacc977e4600e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jun 17 06:36:20 2011 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jun 17 06:36:20 2011 +0000 |
tree | c1ca7431617ae70e344136bcfebb7ae480fbf562 | |
parent | ec324e5ae44025c6bdb930b78198f30f807e355b [diff] [blame] |
Remove support for using "foo" as symbols instead of %"foo". This is ancient syntax and has been long obsolete. As usual, updating the tests is the nasty part of this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133242 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll b/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll index 9573aed..ec95141 100644 --- a/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll +++ b/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll
@@ -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