summaryrefslogtreecommitdiff
path: root/test/Transforms
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-10 00:57:17 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-11-10 00:57:17 +0000
commit328c61d60c467213b990cd6c42dfb3cb14b861f2 (patch)
treea2bf16d46692ac01d2637e68c9180acccb3ecb68 /test/Transforms
parent50d3b27f431a213a53a0240849a8ce65dc46c8a5 (diff)
downloadllvm-328c61d60c467213b990cd6c42dfb3cb14b861f2.tar.gz
llvm-328c61d60c467213b990cd6c42dfb3cb14b861f2.tar.bz2
llvm-328c61d60c467213b990cd6c42dfb3cb14b861f2.tar.xz
Use variable for register name in test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms')
-rw-r--r--test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll b/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
index 4613bc49c5..298f27401a 100644
--- a/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
+++ b/test/Transforms/GVN/2011-06-01-NonLocalMemdepMiscompile.ll
@@ -19,10 +19,10 @@ bb1:
br i1 undef, label %bb3, label %bb15
; CHECK: bb1:
-; CHECK: %tmp16 = phi i8* [ getelementptr (i8* null, i64 undef), %bb10 ], [ null, %bb ]
+; CHECK: [[TMP:%.*]] = phi i8* [ getelementptr (i8* null, i64 undef), %bb10 ], [ null, %bb ]
; CHECK: bb1.bb15_crit_edge:
-; CHECK: %tmp17.pre = load i8* %tmp16, align 1
+; CHECK: %tmp17.pre = load i8* [[TMP]], align 1
bb3:
call void @isalnum()