Remove white space (test commit)
authorJun Bum Lim <junbuml@codeaurora.org>
Tue, 8 Sep 2015 16:11:22 +0000 (16:11 +0000)
committerJun Bum Lim <junbuml@codeaurora.org>
Tue, 8 Sep 2015 16:11:22 +0000 (16:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247021 91177308-0d34-0410-b5e6-96231b3b80d8

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;