summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-08-17 01:30:33 +0000
committerEric Christopher <echristo@apple.com>2010-08-17 01:30:33 +0000
commit541f8012d974263237cb900b77fc90c9a9c63ea6 (patch)
tree315850d833321b4ae4e1a2f20884f14ed937fbfd /llvm/lib/CodeGen
parent09f757d4bcb82965c397d8d92b021941f286e75d (diff)
downloadbcm5719-llvm-541f8012d974263237cb900b77fc90c9a9c63ea6.tar.gz
bcm5719-llvm-541f8012d974263237cb900b77fc90c9a9c63ea6.zip
Fix typo.
llvm-svn: 111223
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/FastISel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
index b26208ba195..a4eed71e65c 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -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) {
OpenPOWER on IntegriCloud