Update test of r344198 to work with release builds.
authorWarren Ristow <warren.ristow@sony.com>
Thu, 11 Oct 2018 20:19:25 +0000 (20:19 +0000)
committerWarren Ristow <warren.ristow@sony.com>
Thu, 11 Oct 2018 20:19:25 +0000 (20:19 +0000)
llvm-svn: 344286

llvm/test/LTO/X86/libcall-overridden-via-alias.ll

index cac125b..04e1512 100755 (executable)
@@ -13,8 +13,8 @@
 ;
 ; Check that the IR contains the overriding definition of the library routine
 ; in the IR after LTO:
-; CHECK_IR: define internal float @logf(float [[X:%.*]])
-; CHECK_IR-NEXT:   [[TMP:%.*]] = fadd float [[X]], [[X]]
+; CHECK_IR: define internal float @logf(float
+; CHECK_IR-NEXT:   [[TMP:%.*]] = fadd float
 ; CHECK_IR-NEXT:   ret float [[TMP]]
 ;
 ; Check that the assembly code from LTO contains the call to the expected