mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Fixup opt-remarks.ll gold plugin test. NFC
Now that rL356594 has added a TailCallElim pass to LTO, the call gets marked as tail. llvm-svn: 356669
This commit is contained in:
parent
68b3909525
commit
33d5d48479
@ -12,7 +12,7 @@
|
||||
|
||||
; Check that @f is inlined after optimizations.
|
||||
; CHECK-LABEL: define i32 @_start
|
||||
; CHECK-NEXT: %a.i = call i32 @bar()
|
||||
; CHECK-NEXT: %a.i = tail call i32 @bar()
|
||||
; CHECK-NEXT: ret i32 %a.i
|
||||
; CHECK-NEXT: }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user