mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-04 00:29:28 +00:00
[Deopt bundles] Fix a test case
The `CHECK-NOT` line was incorrect, and would not have caught a breakage. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256109 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f2adc7995e
commit
269b8a6713
@ -156,7 +156,7 @@ define i32 @callee_7(i1 %val) alwaysinline personality i8 3 {
|
||||
define i32 @caller_7() {
|
||||
; CHECK-LABEL: @caller_7(
|
||||
entry:
|
||||
; CHECK-NOT: call fastcc i32 @g.fastcc() #[[FOO_BAR_ATTR_IDX]] [ "deopt"(i32 7, i32 0, i32 1), "foo"(double 0.000000e+00) ]
|
||||
; CHECK-NOT: call fastcc i32 @g.fastcc()
|
||||
; CHECK: ret i32 0
|
||||
%x = call i32 @callee_7(i1 true) [ "deopt"(i32 7) ]
|
||||
ret i32 %x
|
||||
|
Loading…
x
Reference in New Issue
Block a user