summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-01-12 04:30:26 +0000
committerDan Gohman <gohman@apple.com>2010-01-12 04:30:26 +0000
commitf9d6d53823e01f4ec8c753549720073b20a10956 (patch)
tree6ae9c710b890a79b004b46f7c8da0f4d0b9b15ff /llvm/lib/CodeGen
parentedd224743c4810b4b92248790eb4bb606b029698 (diff)
downloadbcm5719-llvm-f9d6d53823e01f4ec8c753549720073b20a10956.tar.gz
bcm5719-llvm-f9d6d53823e01f4ec8c753549720073b20a10956.zip
Fix a typo in a comment.
llvm-svn: 93227
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 e10cf82c813..8bc95d3d440 100644
--- a/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
@@ -78,7 +78,7 @@ unsigned FastISel::getRegForValue(Value *V) {
// Look up the value to see if we already have a register for it. We
// cache values defined by Instructions across blocks, and other values
// only locally. This is because Instructions already have the SSA
- // def-dominatess-use requirement enforced.
+ // def-dominates-use requirement enforced.
if (ValueMap.count(V))
return ValueMap[V];
unsigned Reg = LocalValueMap[V];
OpenPOWER on IntegriCloud