Skip to content

Commit fa71b2a

Browse files
clang-format.
1 parent 4e0ec96 commit fa71b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/IR/Attributes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,7 @@ static bool checkStrictFP(const Function &Caller, const Function &Callee) {
20432043
// Do not inline strictfp function into non-strictfp one. It would require
20442044
// conversion of all FP operations in host function to constrained intrinsics.
20452045
return !Callee.getAttributes().hasFnAttr(Attribute::StrictFP) ||
2046-
Caller.getAttributes().hasFnAttr(Attribute::StrictFP);
2046+
Caller.getAttributes().hasFnAttr(Attribute::StrictFP);
20472047
}
20482048

20492049
template<typename AttrClass>

0 commit comments

Comments
 (0)