diff options
| author | Andrew Trick <atrick@apple.com> | 2012-10-10 05:43:01 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2012-10-10 05:43:01 +0000 |
| commit | d9296ec2b69a69de3add5b741c619cca80f06115 (patch) | |
| tree | 3a549a386f8597807ce0589b23bbeab6fb4f1d44 /llvm/lib | |
| parent | 59068d1302b9014a3e0e79fc6634ee39bed5d6f0 (diff) | |
| download | bcm5719-llvm-d9296ec2b69a69de3add5b741c619cca80f06115.tar.gz bcm5719-llvm-d9296ec2b69a69de3add5b741c619cca80f06115.zip | |
whitespace
llvm-svn: 165601
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp b/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp index 22e76744345..13b2a3e47f1 100644 --- a/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp +++ b/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp @@ -3759,7 +3759,7 @@ static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, return DReg; } -/// getImplicitSPRUseForDPRUse - Given a use of a DPR register and lane, +/// getImplicitSPRUseForDPRUse - Given a use of a DPR register and lane, /// set ImplicitSReg to a register number that must be marked as implicit-use or /// zero if no register needs to be defined as implicit-use. /// @@ -3767,13 +3767,13 @@ static unsigned getCorrespondingDRegAndLane(const TargetRegisterInfo *TRI, /// not, it returns false. /// /// This function handles cases where an instruction is being modified from taking -/// an SPR to a DPR[Lane]. A use of the DPR is being added, which may conflict +/// an SPR to a DPR[Lane]. A use of the DPR is being added, which may conflict /// with an earlier def of an SPR corresponding to DPR[Lane^1] (i.e. the other /// lane of the DPR). /// /// If the other SPR is defined, an implicit-use of it should be added. Else, /// (including the case where the DPR itself is defined), it should not. -/// +/// static bool getImplicitSPRUseForDPRUse(const TargetRegisterInfo *TRI, MachineInstr *MI, unsigned DReg, unsigned Lane, |

