summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2016-06-20 00:49:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2016-06-20 00:49:20 +0000
commitae7c97d39dbcc6fd60d0d80fccfbb35f426d1c34 (patch)
tree0f7c3c0427ebf693032120eec3a9cd1823eb656b /llvm/lib/Target/SystemZ
parentfe1202c4cbc93c900fc3c59a8328ba9edee0efd5 (diff)
downloadbcm5719-llvm-ae7c97d39dbcc6fd60d0d80fccfbb35f426d1c34.tar.gz
bcm5719-llvm-ae7c97d39dbcc6fd60d0d80fccfbb35f426d1c34.zip
Trailing whitespace.
llvm-svn: 273130
Diffstat (limited to 'llvm/lib/Target/SystemZ')
-rw-r--r--llvm/lib/Target/SystemZ/SystemZShortenInst.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp b/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
index 65bd3f0a214..7f26a3519e5 100644
--- a/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
+++ b/llvm/lib/Target/SystemZ/SystemZShortenInst.cpp
@@ -72,9 +72,9 @@ static void tieOpsIfNeeded(MachineInstr &MI) {
// MI loads one word of a GPR using an IIxF instruction and LLIxL and LLIxH
// are the halfword immediate loads for the same word. Try to use one of them
-// instead of IIxF.
-bool SystemZShortenInst::shortenIIF(MachineInstr &MI,
- unsigned LLIxL, unsigned LLIxH) {
+// instead of IIxF.
+bool SystemZShortenInst::shortenIIF(MachineInstr &MI, unsigned LLIxL,
+ unsigned LLIxH) {
unsigned Reg = MI.getOperand(0).getReg();
// The new opcode will clear the other half of the GR64 reg, so
// cancel if that is live.
OpenPOWER on IntegriCloud