summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-03-04 19:11:28 +0000
committerDan Gohman <gohman@apple.com>2010-03-04 19:11:28 +0000
commit9cc886b9f1ebb5b8c3db22cf03451fd503c19ab6 (patch)
tree1ec8a6cdc32f97437d0eba311fab5a19d463981d /llvm/lib/CodeGen
parent8bb35c4d7c0425c51ef068dcb254cfafd4f0acb1 (diff)
downloadbcm5719-llvm-9cc886b9f1ebb5b8c3db22cf03451fd503c19ab6.tar.gz
bcm5719-llvm-9cc886b9f1ebb5b8c3db22cf03451fd503c19ab6.zip
Fix a typo Duncan noticed.
llvm-svn: 97735
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 626496807b8..023e486db31 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -4871,7 +4871,7 @@ SDNode *SelectionDAG::getNodeIfExists(unsigned Opcode, SDVTList VTList,
namespace {
-/// RAUWUpdateListner - Helper for ReplaceAllUsesWith - When the node
+/// RAUWUpdateListener - Helper for ReplaceAllUsesWith - When the node
/// pointed to by a use iterator is deleted, increment the use iterator
/// so that it doesn't dangle.
///
OpenPOWER on IntegriCloud