summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2011-06-17 06:36:20 +0000
committerChris Lattner <sabre@nondot.org>2011-06-17 06:36:20 +0000
commit7a1b9bdd2b837b15c9213cdaf89cacc977e4600e (patch)
treec1ca7431617ae70e344136bcfebb7ae480fbf562 /test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
parentec324e5ae44025c6bdb930b78198f30f807e355b (diff)
downloadllvm-7a1b9bdd2b837b15c9213cdaf89cacc977e4600e.tar.gz
llvm-7a1b9bdd2b837b15c9213cdaf89cacc977e4600e.tar.bz2
llvm-7a1b9bdd2b837b15c9213cdaf89cacc977e4600e.tar.xz
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
Diffstat (limited to 'test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll')
-rw-r--r--test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll b/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
index 42f215281a..c1415510d0 100644
--- a/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
+++ b/test/CodeGen/PowerPC/2007-05-22-tailmerge-3.ll
@@ -13,7 +13,6 @@ entry:
%i_addr = alloca i32 ; <i32*> [#uses=2]
%q_addr = alloca i32 ; <i32*> [#uses=2]
%retval = alloca i32, align 4 ; <i32*> [#uses=1]
- "alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]
store i32 %i, i32* %i_addr
store i32 %q, i32* %q_addr
%tmp = load i32* %i_addr ; <i32> [#uses=1]