diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-06-28 04:27:01 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-06-28 04:27:01 +0000 |
commit | e9e3f20ffbb20ebae6c48c3499c9b069f28e28fc (patch) | |
tree | 79ff4f5602569ffe36191978f0fe426968f889f7 /lib/Target/ARM/Thumb2ITBlockPass.cpp | |
parent | acc6efa17659b6ffba30d277ce77906837177e61 (diff) |
minor housekeeping cleanup: 80-column, trailing whitespace, spelling, etc.. No functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106988 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/Thumb2ITBlockPass.cpp')
-rw-r--r-- | lib/Target/ARM/Thumb2ITBlockPass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/Thumb2ITBlockPass.cpp b/lib/Target/ARM/Thumb2ITBlockPass.cpp index 417059dc92..e468c07431 100644 --- a/lib/Target/ARM/Thumb2ITBlockPass.cpp +++ b/lib/Target/ARM/Thumb2ITBlockPass.cpp @@ -373,7 +373,7 @@ bool Thumb2ITBlockPass::InsertITInstructions(MachineBasicBlock &MBB) { Mask |= (NCC & 1) << Pos; // Add implicit use of ITSTATE. NMI->addOperand(MachineOperand::CreateReg(ARM::ITSTATE, false/*ifDef*/, - true/*isImp*/, false/*isKill*/)); + true/*isImp*/, false/*isKill*/)); LastITMI = NMI; } else { if (NCC == ARMCC::AL && |