diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-25 10:53:02 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-07-25 10:53:02 +0000 |
commit | c572005d7be00b824a105a313532529c678bd0d3 (patch) | |
tree | 19fa4db9e3178addb3082e97fd6846ad59e4b9cb /include | |
parent | ea14085be54540be2f5cb4b1444d972972d22c5f (diff) | |
download | external_llvm-c572005d7be00b824a105a313532529c678bd0d3.zip external_llvm-c572005d7be00b824a105a313532529c678bd0d3.tar.gz external_llvm-c572005d7be00b824a105a313532529c678bd0d3.tar.bz2 |
Fix a comment cut-&-pasto.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187117 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetLowering.h b/include/llvm/Target/TargetLowering.h index 2a383e4..095b1ce 100644 --- a/include/llvm/Target/TargetLowering.h +++ b/include/llvm/Target/TargetLowering.h @@ -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()); |