aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-04-30 04:44:07 +0000
committerChris Lattner <sabre@nondot.org>2005-04-30 04:44:07 +0000
commit9c9183aef4f6b0885cba3bca81973d824c46d5cc (patch)
tree263f0cb4c64947c5ea6c25f6daa450b1635b0e5d /lib/Target
parentf76e7dc8d8ac1855ef59698e82c757548ef4ca65 (diff)
Eliminate some random whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21637 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-rw-r--r--lib/Target/Alpha/AlphaISelPattern.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Alpha/AlphaISelPattern.cpp b/lib/Target/Alpha/AlphaISelPattern.cpp
index 31b6fd6d01..819d94fa77 100644
--- a/lib/Target/Alpha/AlphaISelPattern.cpp
+++ b/lib/Target/Alpha/AlphaISelPattern.cpp
@@ -737,7 +737,7 @@ bool ISel::SelectFPSetCC(SDOperand N, unsigned dst)
&& (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)