diff options
author | Michael Liao <michael.liao@intel.com> | 2012-08-10 14:39:24 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-08-10 14:39:24 +0000 |
commit | ea7d906b0ffff918a7d98c8b6c1f74e3c38cf23b (patch) | |
tree | d989ec376321f90a28db37f222d7571929912d87 | |
parent | 1187077f81fdf2371a171101eabaea7ab81ec94a (diff) | |
download | bcm5719-llvm-ea7d906b0ffff918a7d98c8b6c1f74e3c38cf23b.tar.gz bcm5719-llvm-ea7d906b0ffff918a7d98c8b6c1f74e3c38cf23b.zip |
remove tailing whitespaces and test commit
llvm-svn: 161664
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index c68d62bdfd2..cc02393f24a 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -15156,7 +15156,7 @@ static SDValue PerformSExtCombine(SDNode *N, SelectionDAG &DAG, return SDValue(); } -static SDValue PerformFMACombine(SDNode *N, SelectionDAG &DAG, +static SDValue PerformFMACombine(SDNode *N, SelectionDAG &DAG, const X86Subtarget* Subtarget) { DebugLoc dl = N->getDebugLoc(); EVT VT = N->getValueType(0); @@ -15173,8 +15173,8 @@ static SDValue PerformFMACombine(SDNode *N, SelectionDAG &DAG, bool NegB = (B.getOpcode() == ISD::FNEG); bool NegC = (C.getOpcode() == ISD::FNEG); - // Negative multiplication when NegA xor NegB - bool NegMul = (NegA != NegB); + // Negative multiplication when NegA xor NegB + bool NegMul = (NegA != NegB); if (NegA) A = A.getOperand(0); if (NegB) |