From 32649cbc65167ce87c0be8fb751de2194c940cee Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Sat, 6 Aug 2011 18:20:24 +0000 Subject: [PATCH] Fix typo. Thanks, Andy! llvm-svn: 137023 --- lib/CodeGen/RegAllocGreedy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/RegAllocGreedy.cpp b/lib/CodeGen/RegAllocGreedy.cpp index 4fcbdb8903e..f59e2205c69 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));