]> granicus.if.org Git - llvm/commitdiff
Attempt to fix PS4 buildbot after r375219
authorEugene Leviant <eleviant@accesssoftek.com>
Fri, 18 Oct 2019 13:52:51 +0000 (13:52 +0000)
committerEugene Leviant <eleviant@accesssoftek.com>
Fri, 18 Oct 2019 13:52:51 +0000 (13:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375235 91177308-0d34-0410-b5e6-96231b3b80d8

test/ThinLTO/X86/devirt_promote_legacy.ll

index 1d17b3f94144a1379738e63326105a2f4517fbb8..cb4027742b3bc280cce7e062a7b54ad4ceb41b8e 100644 (file)
@@ -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