Fix a comment cut-&-pasto.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187117 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Sandiford 2013-07-25 10:53:02 +00:00
parent ea14085be5
commit c572005d7b

View File

@ -1179,7 +1179,7 @@ public:
return false;
}
/// Return true if an fneg operation is free to the point where it is never
/// Return true if an fabs operation is free to the point where it is never
/// worthwhile to replace it with a bitwise operation.
virtual bool isFAbsFree(EVT VT) const {
assert(VT.isFloatingPoint());