Fix typo.
authorEric Christopher <echristo@apple.com>
Tue, 17 Aug 2010 01:30:33 +0000 (01:30 +0000)
committerEric Christopher <echristo@apple.com>
Tue, 17 Aug 2010 01:30:33 +0000 (01:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111223 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/FastISel.cpp

index b26208ba195d30081ebbc16005cf218aa2af8fac..a4eed71e65c018c942103d59edd6b3c96b17f9fa 100644 (file)
@@ -146,7 +146,7 @@ unsigned FastISel::getRegForValue(const Value *V) {
   return Reg;
 }
 
   return Reg;
 }
 
-/// materializeRegForValue - Helper for getRegForVale. This function is
+/// materializeRegForValue - Helper for getRegForValue. This function is
 /// called when the value isn't already available in a register and must
 /// be materialized with new instructions.
 unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {
 /// called when the value isn't already available in a register and must
 /// be materialized with new instructions.
 unsigned FastISel::materializeRegForValue(const Value *V, MVT VT) {