summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-03 06:32:59 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-07-03 06:32:59 +0000
commitddb34d84c9bfc65205d52b98d36eda318b56ae81 (patch)
treed18245fad165eef6cee04fe61a524b4a752290c3 /llvm/lib/CodeGen
parent8036970008aae90b4a6a2afdbb9e9b672b5ebd02 (diff)
downloadbcm5719-llvm-ddb34d84c9bfc65205d52b98d36eda318b56ae81.tar.gz
bcm5719-llvm-ddb34d84c9bfc65205d52b98d36eda318b56ae81.zip
fix trivial typos in comments; NFC
llvm-svn: 307004
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegisterScavenging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegisterScavenging.cpp b/llvm/lib/CodeGen/RegisterScavenging.cpp
index 05e641d9489..83d65a56fec 100644
--- a/llvm/lib/CodeGen/RegisterScavenging.cpp
+++ b/llvm/lib/CodeGen/RegisterScavenging.cpp
@@ -626,7 +626,7 @@ static unsigned scavengeVReg(MachineRegisterInfo &MRI, RegScavenger &RS,
assert(RealDef != nullptr && "Must have at least 1 Def");
#endif
- // We should only have one definition of the register. However to accomodate
+ // We should only have one definition of the register. However to accommodate
// the requirements of two address code we also allow definitions in
// subsequent instructions provided they also read the register. That way
// we get a single contiguous lifetime.
OpenPOWER on IntegriCloud