diff options
| author | Chris Lattner <sabre@nondot.org> | 2011-06-17 06:36:20 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2011-06-17 06:36:20 +0000 |
| commit | def1949c004610bced78e9468cb4682fcda8efe0 (patch) | |
| tree | 4e42f944340f91b99c1b1831144b14afc98212e6 /llvm/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll | |
| parent | f067526adb7e1a5235ddc92826b677655ae68584 (diff) | |
| download | bcm5719-llvm-def1949c004610bced78e9468cb4682fcda8efe0.tar.gz bcm5719-llvm-def1949c004610bced78e9468cb4682fcda8efe0.zip | |
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.
llvm-svn: 133242
Diffstat (limited to 'llvm/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll')
| -rw-r--r-- | llvm/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll b/llvm/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll index 9573aed1d73..ec95141fbe9 100644 --- a/llvm/test/Analysis/ScalarEvolution/SolveQuadraticEquation.ll +++ b/llvm/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 |

