Skip to content

Commit 8c345ec

Browse files
committed
test
1 parent 43a069b commit 8c345ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/Transforms/InstCombine/tgamma.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ define float @tgammaf_const() {
1111

1212
define double @tgamma_const() {
1313
; CHECK-LABEL: define double @tgamma_const() {
14-
; CHECK-NEXT: ret double 0x7F2F2054EB4D96EB
14+
; CHECK-NEXT: ret double 0x605166C698CF183B
1515
;
16-
%r = call double @tgamma(double 170.0)
16+
%r = call double @tgamma(double 100.0)
1717
ret double %r
1818
}
1919

0 commit comments

Comments
 (0)