diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-20 00:49:20 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2016-06-20 00:49:20 +0000 |
commit | ae7c97d39dbcc6fd60d0d80fccfbb35f426d1c34 (patch) | |
tree | 0f7c3c0427ebf693032120eec3a9cd1823eb656b /llvm/lib/Target/SystemZ | |
parent | fe1202c4cbc93c900fc3c59a8328ba9edee0efd5 (diff) | |
download | bcm5719-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.cpp | 6 |
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. |