summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:19:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:19:03 +0000
commit10c80e79963f26b0c3d155506376a8c0ab4472bd (patch)
tree9f38e9893543962e8852c546e99eb437300e66c6 /llvm/lib/Target/SystemZ
parent0a7d0ad95fc1162f8266a48b88e223e24dcd4a90 (diff)
downloadbcm5719-llvm-10c80e79963f26b0c3d155506376a8c0ab4472bd.tar.gz
bcm5719-llvm-10c80e79963f26b0c3d155506376a8c0ab4472bd.zip
Prune trailing whitespaces.
llvm-svn: 248265
Diffstat (limited to 'llvm/lib/Target/SystemZ')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
index 6830e380c24..faf2e656ee2 100644
--- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp
@@ -2844,7 +2844,7 @@ SDValue SystemZTargetLowering::lowerSDIVREM(SDValue Op,
} else if (DAG.ComputeNumSignBits(Op1) > 32) {
Op1 = DAG.getNode(ISD::TRUNCATE, DL, MVT::i32, Op1);
Opcode = SystemZISD::SDIVREM32;
- } else
+ } else
Opcode = SystemZISD::SDIVREM64;
// DSG(F) takes a 64-bit dividend, so the even register in the GR128
OpenPOWER on IntegriCloud