mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-23 05:29:23 +00:00
Use variable for register name in test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194338 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50d3b27f43
commit
328c61d60c
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user