Fix typo. Thanks, Andy!
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 6 Aug 2011 18:20:24 +0000 (18:20 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sat, 6 Aug 2011 18:20:24 +0000 (18:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137023 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAllocGreedy.cpp

index 4fcbdb8903e75c93e04c69e3ad8b90beb15c5eea..f59e2205c69cf423287dd1d2699766f3042ac8f6 100644 (file)
@@ -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));