Untabify.
[oota-llvm.git] / lib / Target / SystemZ / SystemZElimCompare.cpp
index adddeef00905d6f1ce6f1fc06859bf81d7cccacc..4818ed015522659cbf8d91f21e5c470f9c4f626a 100644 (file)
@@ -150,9 +150,9 @@ static bool isLoadAndTestAsCmp(MachineInstr *MI) {
   // If we during isel used a load-and-test as a compare with 0, the
   // def operand is dead.
   return ((MI->getOpcode() == SystemZ::LTEBR ||
-          MI->getOpcode() == SystemZ::LTDBR ||
-          MI->getOpcode() == SystemZ::LTXBR) &&
-         MI->getOperand(0).isDead());
+           MI->getOpcode() == SystemZ::LTDBR ||
+           MI->getOpcode() == SystemZ::LTXBR) &&
+          MI->getOperand(0).isDead());
 }
 
 // Return the source register of Compare, which is the unknown value