summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:10:51 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2016-11-20 13:10:51 +0000
commitfbd2221de52a2f0c3bc7cc16f45233edebd5ead0 (patch)
treef0556e2e702ec0454033a5a24dd34384a48a0136 /llvm/lib
parentc0f073b67f1e39ff3cd9ecbb6da2e8b62858e6f2 (diff)
downloadbcm5719-llvm-fbd2221de52a2f0c3bc7cc16f45233edebd5ead0.tar.gz
bcm5719-llvm-fbd2221de52a2f0c3bc7cc16f45233edebd5ead0.zip
Fix comment typos. NFC.
Identified by Pedro Giffuni in PR27636. llvm-svn: 287486
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPCFrameLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp b/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
index 72d3f383a46..29f93831816 100644
--- a/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCFrameLowering.cpp
@@ -778,7 +778,7 @@ void PPCFrameLowering::emitPrologue(MachineFunction &MF,
assert((isPPC64 || !isSVR4ABI || !(!FrameSize && (MustSaveLR || HasFP))) &&
"FrameSize must be >0 to save/restore the FP or LR for 32-bit SVR4.");
- // Using the same bool variable as below to supress compiler warnings.
+ // Using the same bool variable as below to suppress compiler warnings.
bool SingleScratchReg =
findScratchRegister(&MBB, false, twoUniqueScratchRegsRequired(&MBB),
&ScratchReg, &TempReg);
@@ -1271,7 +1271,7 @@ void PPCFrameLowering::emitEpilogue(MachineFunction &MF,
int FPOffset = 0;
- // Using the same bool variable as below to supress compiler warnings.
+ // Using the same bool variable as below to suppress compiler warnings.
bool SingleScratchReg = findScratchRegister(&MBB, true, false, &ScratchReg,
&TempReg);
assert(SingleScratchReg &&
OpenPOWER on IntegriCloud