diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-07-27 18:36:27 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-07-27 18:36:27 +0000 |
commit | 7383cf06ba127d5c99b92d35888c72131d92019b (patch) | |
tree | e811e876435a3eff12395e4e26f2266f31372357 /llvm/lib/CodeGen | |
parent | 4b1f4908606163256443880136bad63ae9eff0f9 (diff) | |
download | bcm5719-llvm-7383cf06ba127d5c99b92d35888c72131d92019b.tar.gz bcm5719-llvm-7383cf06ba127d5c99b92d35888c72131d92019b.zip |
Grammar
llvm-svn: 109525
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/RegAllocLinearScan.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp index 9919bb3c603..d10b5d63068 100644 --- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp +++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp @@ -255,9 +255,9 @@ namespace { SmallVector<LiveInterval*, 8> &SpillIntervals); /// attemptTrivialCoalescing - If a simple interval is defined by a copy, - /// try allocate the definition the same register as the source register - /// if the register is not defined during live time of the interval. This - /// eliminate a copy. This is used to coalesce copies which were not + /// try to allocate the definition to the same register as the source, + /// if the register is not defined during the life time of the interval. + /// This eliminates a copy, and is used to coalesce copies which were not /// coalesced away before allocation either due to dest and src being in /// different register classes or because the coalescer was overly /// conservative. |