Fix a comment cut-&-pasto.
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Thu, 25 Jul 2013 10:53:02 +0000 (10:53 +0000)
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>
Thu, 25 Jul 2013 10:53:02 +0000 (10:53 +0000)
llvm-svn: 187117

llvm/include/llvm/Target/TargetLowering.h

index 2a383e4..095b1ce 100644 (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());