summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorAnna Welker <anna.welker@arm.com>2019-11-14 09:43:26 +0000
committerAnna Welker <anna.welker@arm.com>2019-11-14 09:56:18 +0000
commite78083929d1a949f21d7d355b3c00a2ed00efabb (patch)
tree85ca09f1a8c80ad1cae642e5df1cd8212d8eff8a /llvm/lib
parenta2292cc537b561416c21e8d4017715d652c144cc (diff)
downloadbcm5719-llvm-e78083929d1a949f21d7d355b3c00a2ed00efabb.tar.gz
bcm5719-llvm-e78083929d1a949f21d7d355b3c00a2ed00efabb.zip
[NFC] Fix typo in ARMBaseRegisterInfo
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
index 0276ff140ac..4ace52b32e9 100644
--- a/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
+++ b/llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp
@@ -388,7 +388,7 @@ bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
return true;
// Thumb has trouble with negative offsets from the FP. Thumb2 has a limited
- // negative range for ldr/str (255), and thumb1 is positive offsets only.
+ // negative range for ldr/str (255), and Thumb1 is positive offsets only.
//
// It's going to be better to use the SP or Base Pointer instead. When there
// are variable sized objects, we can't reference off of the SP, so we
OpenPOWER on IntegriCloud