Eliminate some random whitespace
authorChris Lattner <sabre@nondot.org>
Sat, 30 Apr 2005 04:44:07 +0000 (04:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Apr 2005 04:44:07 +0000 (04:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21637 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Alpha/AlphaISelPattern.cpp

index 31b6fd6d0135c21c0553ed6358f959d0002caf1e..819d94fa77605aae1185c79ff8ba58d80b097f5b 100644 (file)
@@ -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)