summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorJun Bum Lim <junbuml@codeaurora.org>2015-09-08 16:11:22 +0000
committerJun Bum Lim <junbuml@codeaurora.org>2015-09-08 16:11:22 +0000
commit4d3c5986f2f5b6017f07bc64af7249584ad2230d (patch)
treee70350432722365eebc315a08fc465a512b43761 /llvm/lib/Target
parentb8f3690e15b8297f2b6b0fc2a2c9c5381ba5d23f (diff)
downloadbcm5719-llvm-4d3c5986f2f5b6017f07bc64af7249584ad2230d.tar.gz
bcm5719-llvm-4d3c5986f2f5b6017f07bc64af7249584ad2230d.zip
Remove white space (test commit)
llvm-svn: 247021
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/AArch64/AArch64ISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
index b7f56472a4e..a51b75809b5 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
@@ -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;
OpenPOWER on IntegriCloud