[llvm] r187117 - Fix a comment cut-&-pasto.
Richard Sandiford
rsandifo at linux.vnet.ibm.com
Thu Jul 25 03:53:02 PDT 2013
Author: rsandifo
Date: Thu Jul 25 05:53:02 2013
New Revision: 187117
URL: http://llvm.org/viewvc/llvm-project?rev=187117&view=rev
Log:
Fix a comment cut-&-pasto.
Modified:
llvm/trunk/include/llvm/Target/TargetLowering.h
Modified: llvm/trunk/include/llvm/Target/TargetLowering.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetLowering.h?rev=187117&r1=187116&r2=187117&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Target/TargetLowering.h (original)
+++ llvm/trunk/include/llvm/Target/TargetLowering.h Thu Jul 25 05:53:02 2013
@@ -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());
More information about the llvm-commits
mailing list