Update test of r344198 to work with release builds.
llvm-svn: 344286
This commit is contained in:
parent
72c0373d9a
commit
000dbbca39
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue