Update test of r344198 to work with release builds.

llvm-svn: 344286
This commit is contained in:
Warren Ristow 2018-10-11 20:19:25 +00:00
parent 72c0373d9a
commit 000dbbca39
1 changed files with 2 additions and 2 deletions

View File

@ -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