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/CodeGen/PowerPC/2007-01-15-AsmDialect.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/CodeGen/PowerPC/2007-01-15-AsmDialect.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll b/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll index 7b00ac69b91..c7792884bb8 100644 --- a/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll +++ b/llvm/test/CodeGen/PowerPC/2007-01-15-AsmDialect.ll @@ -7,7 +7,6 @@ entry: %temp = alloca i32, align 4 ; <i32*> [#uses=2] %ctz_x = alloca i32, align 4 ; <i32*> [#uses=3] %ctz_c = alloca i32, align 4 ; <i32*> [#uses=2] - "alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0] store i32 61440, i32* %ctz_x %tmp = load i32* %ctz_x ; <i32> [#uses=1] %tmp1 = sub i32 0, %tmp ; <i32> [#uses=1] |