Fix typo.

llvm-svn: 111223
This commit is contained in:
Eric Christopher 2010-08-17 01:30:33 +00:00
parent 09f757d4bc
commit 541f8012d9
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ unsigned FastISel::getRegForValue(const Value *V) {
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) {