mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
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:
parent
ea14085be5
commit
c572005d7b
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user