[llvm] r375235 - Attempt to fix PS4 buildbot after r375219

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 06:52:52 PDT 2019


Author: evgeny777
Date: Fri Oct 18 06:52:51 2019
New Revision: 375235

URL: http://llvm.org/viewvc/llvm-project?rev=375235&view=rev
Log:
Attempt to fix PS4 buildbot after r375219

Modified:
    llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll

Modified: llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll?rev=375235&r1=375234&r2=375235&view=diff
==============================================================================
--- llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll (original)
+++ llvm/trunk/test/ThinLTO/X86/devirt_promote_legacy.ll Fri Oct 18 06:52:51 2019
@@ -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




More information about the llvm-commits mailing list