Skip to content

Commit 6bfe0bc

Browse files
committed
Remove TODO
1 parent 1869ca2 commit 6bfe0bc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/IR/Attributes.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,8 +2092,6 @@ bool AttrBuilder::operator==(const AttrBuilder &B) const {
20922092

20932093
/// Returns true if this is a type legal for the 'nofpclass' attribute. This
20942094
/// follows the same type rules as FPMathOperator.
2095-
///
2096-
/// TODO: Consider relaxing to any FP type struct fields.
20972095
bool AttributeFuncs::isNoFPClassCompatibleType(Type *Ty) {
20982096
return FPMathOperator::isSupportedFloatingPointType(Ty);
20992097
}

0 commit comments

Comments
 (0)