Use variable for register name in test

llvm-svn: 194338
This commit is contained in:
Matt Arsenault 2013-11-10 00:57:17 +00:00
parent 45c5927c5c
commit 0fb71e545c
1 changed files with 2 additions and 2 deletions

View File

@ -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()