Skip to content

Commit b1c2066

Browse files
committed
Undo useless edit.
1 parent c466dd1 commit b1c2066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Optimizer/Builder/IntrinsicCall.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ static constexpr MathOperation mathOperations[] = {
10681068
genLibCall},
10691069
{"acosh", RTNAME_STRING(CAcoshF128), FuncTypeComplex16Complex16,
10701070
genLibF128Call},
1071-
// TruncOp
1071+
// llvm.trunc behaves the same way as libm's trunc.
10721072
{"aint", "llvm.trunc.f32", genFuncType<Ty::Real<4>, Ty::Real<4>>,
10731073
genLibCall},
10741074
{"aint", "llvm.trunc.f64", genFuncType<Ty::Real<8>, Ty::Real<8>>,

0 commit comments

Comments
 (0)