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 | e38ea680ccb9d6ab82e07bfa7a05055ce46cda4f (patch) | |
tree | d0cc382b0485696538cbb96c12871cfa13c1b822 | |
parent | c3f85d73ab781601b2aababa8ef6572fa437c4ff (diff) | |
download | bcm5719-llvm-e38ea680ccb9d6ab82e07bfa7a05055ce46cda4f.tar.gz bcm5719-llvm-e38ea680ccb9d6ab82e07bfa7a05055ce46cda4f.zip |
Fix a comment cut-&-pasto.
llvm-svn: 187117
-rw-r--r-- | llvm/include/llvm/Target/TargetLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetLowering.h b/llvm/include/llvm/Target/TargetLowering.h index 2a383e4840d..095b1ce155b 100644 --- a/llvm/include/llvm/Target/TargetLowering.h +++ b/llvm/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()); |