[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Apr 29 21:44:20 PDT 2005
Changes in directory llvm/lib/Target/Alpha:
AlphaISelPattern.cpp updated: 1.104 -> 1.105
---
Log message:
Eliminate some random whitespace
---
Diffs of the changes: (+1 -1)
AlphaISelPattern.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.104 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.105
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.104 Fri Apr 29 23:26:03 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp Fri Apr 29 23:44:07 2005
@@ -737,7 +737,7 @@
&& (CN->isExactlyValue(+0.0) || CN->isExactlyValue(-0.0)))
Tmp2 = Alpha::F31;
else
- Tmp2 = SelectExpr(N.getOperand(1));
+ Tmp2 = SelectExpr(N.getOperand(1));
//Can only compare doubles, and dag won't promote for me
if (SetCC->getOperand(0).getValueType() == MVT::f32)
More information about the llvm-commits
mailing list