Remove white space (test commit)
[oota-llvm.git] / lib / Target / AArch64 / AArch64ISelLowering.cpp
index b7f56472a4eb1fb6ee47fca60d55977d51ca1b5e..a51b75809b5df747d3908859c10248b0ad9a8b61 100644 (file)
@@ -740,7 +740,7 @@ void AArch64TargetLowering::computeKnownBitsForTargetNode(
     break;
   }
   case ISD::INTRINSIC_W_CHAIN: {
-   ConstantSDNode *CN = cast<ConstantSDNode>(Op->getOperand(1));
+    ConstantSDNode *CN = cast<ConstantSDNode>(Op->getOperand(1));
     Intrinsic::ID IntID = static_cast<Intrinsic::ID>(CN->getZExtValue());
     switch (IntID) {
     default: return;