diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-03 06:32:59 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2017-07-03 06:32:59 +0000 |
commit | ddb34d84c9bfc65205d52b98d36eda318b56ae81 (patch) | |
tree | d18245fad165eef6cee04fe61a524b4a752290c3 /llvm/lib/CodeGen | |
parent | 8036970008aae90b4a6a2afdbb9e9b672b5ebd02 (diff) | |
download | bcm5719-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.cpp | 2 |
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. |