mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 13:21:43 +00:00
fix FileCheck variables for test added with r280677
The script (utils/update_test_checks.py) seems to have problems with variable names that start with the same string. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280679 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5b6d16cd6c
commit
ea437ed14a
@ -16,7 +16,7 @@ define i32 @icmp_div(i16 %a, i16 %c) {
|
||||
; CHECK-NEXT: [[PHITMP1:%.*]] = sext i1 [[NOT_CMP]] to i32
|
||||
; CHECK-NEXT: br label %exit
|
||||
; CHECK: exit:
|
||||
; CHECK-NEXT: [[PHI:%.*]] = phi i32 [ -1, %entry ], [ [[PHI:%.*]]tmp1, %then ]
|
||||
; CHECK-NEXT: [[PHI:%.*]] = phi i32 [ -1, %entry ], [ [[PHITMP1]], %then ]
|
||||
; CHECK-NEXT: ret i32 [[PHI]]
|
||||
;
|
||||
entry:
|
||||
@ -72,7 +72,7 @@ define i32 @icmp_div3(i16 %a, i16 %c) {
|
||||
; CHECK-NEXT: [[PHITMP1:%.*]] = sext i1 [[NOT_CMP]] to i32
|
||||
; CHECK-NEXT: br label %exit
|
||||
; CHECK: exit:
|
||||
; CHECK-NEXT: [[PHI:%.*]] = phi i32 [ -1, %entry ], [ [[PHI:%.*]]tmp1, %then ]
|
||||
; CHECK-NEXT: [[PHI:%.*]] = phi i32 [ -1, %entry ], [ [[PHITMP1]], %then ]
|
||||
; CHECK-NEXT: ret i32 [[PHI]]
|
||||
;
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user