summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocGreedy.cpp
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-08-06 18:20:24 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-08-06 18:20:24 +0000
commit69145baf36219b07a49d8ce14b4a04870e72a123 (patch)
tree93782666699370e7fe81c405a693bb786c4d11f2 /lib/CodeGen/RegAllocGreedy.cpp
parent06988bcf6a5c74e81cf7e76f06a686aa822ec00a (diff)
downloadllvm-69145baf36219b07a49d8ce14b4a04870e72a123.tar.gz
llvm-69145baf36219b07a49d8ce14b4a04870e72a123.tar.bz2
llvm-69145baf36219b07a49d8ce14b4a04870e72a123.tar.xz
Fix typo. Thanks, Andy!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137023 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocGreedy.cpp')
-rw-r--r--lib/CodeGen/RegAllocGreedy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocGreedy.cpp b/lib/CodeGen/RegAllocGreedy.cpp
index 4fcbdb8903..f59e2205c6 100644
--- a/lib/CodeGen/RegAllocGreedy.cpp
+++ b/lib/CodeGen/RegAllocGreedy.cpp
@@ -945,7 +945,7 @@ void RAGreedy::splitAroundRegion(LiveRangeEdit &LREdit,
assert(NumGlobalIntvs && "No global intervals configured");
// Isolate even single instructions when dealing with a proper sub-class.
- // That giarantees register class inflation for the stack interval because it
+ // That guarantees register class inflation for the stack interval because it
// is all copies.
unsigned Reg = SA->getParent().reg;
bool SingleInstrs = RegClassInfo.isProperSubClass(MRI->getRegClass(Reg));