Trailing whitespace.

llvm-svn: 273130
This commit is contained in:
NAKAMURA Takumi 2016-06-20 00:49:20 +00:00
parent fe1202c4cb
commit ae7c97d39d
2 changed files with 6 additions and 6 deletions

View File

@ -73,8 +73,8 @@ 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) {
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.