Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Attempt to fix PS4 buildbot after r375219
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375235 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
eleviant777 committed Oct 18, 2019
1 parent 5665d2a commit ab08429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ThinLTO/X86/devirt_promote_legacy.ll
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ entry:
%fptr1 = load i32 (%struct.A*, i32)*, i32 (%struct.A*, i32)** %2, align 8

; Check that the call was devirtualized.
; CHECK-IR1: %call = tail call i32 bitcast (void ()* @_ZN1A1nEi
; CHECK-IR1: = tail call i32 bitcast (void ()* @_ZN1A1nEi
%call = tail call i32 %fptr1(%struct.A* nonnull %obj, i32 %a)

ret i32 %call
Expand Down

0 comments on commit ab08429

Please sign in to comment.