mirror of
https://github.com/RPCSX/llvm.git
synced 2025-05-13 10:56:01 +00:00
Eliminate some random whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f76e7dc8d8
commit
9c9183aef4
@ -737,7 +737,7 @@ bool ISel::SelectFPSetCC(SDOperand N, unsigned dst)
|
|||||||
&& (CN->isExactlyValue(+0.0) || CN->isExactlyValue(-0.0)))
|
&& (CN->isExactlyValue(+0.0) || CN->isExactlyValue(-0.0)))
|
||||||
Tmp2 = Alpha::F31;
|
Tmp2 = Alpha::F31;
|
||||||
else
|
else
|
||||||
Tmp2 = SelectExpr(N.getOperand(1));
|
Tmp2 = SelectExpr(N.getOperand(1));
|
||||||
|
|
||||||
//Can only compare doubles, and dag won't promote for me
|
//Can only compare doubles, and dag won't promote for me
|
||||||
if (SetCC->getOperand(0).getValueType() == MVT::f32)
|
if (SetCC->getOperand(0).getValueType() == MVT::f32)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user