diff options
author | Eric Christopher <echristo@apple.com> | 2010-08-17 01:30:33 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-08-17 01:30:33 +0000 |
commit | 44a2c3476bd15e03f294bae1b50016851f214f8d (patch) | |
tree | cb9885a48143dd81cb4d41178721f6cd170ec698 /lib/CodeGen/SelectionDAG/FastISel.cpp | |
parent | 0fe7d54732491126c26e7e1ec60274ff2b02b849 (diff) |
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111223 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/FastISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/FastISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/FastISel.cpp b/lib/CodeGen/SelectionDAG/FastISel.cpp index b26208ba19..a4eed71e65 100644 --- a/lib/CodeGen/SelectionDAG/FastISel.cpp +++ b/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) { |