diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-08-21 17:41:48 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-08-21 17:41:48 +0000 |
commit | 0fcafbab8bf481627418aace6ad6c5db238e0a74 (patch) | |
tree | 5a1188837e8227b22e2a315e6a588a18a5ec0c9a /include/llvm | |
parent | 35bd9debd16d19c9d482746319bc250197180089 (diff) | |
download | external_llvm-0fcafbab8bf481627418aace6ad6c5db238e0a74.zip external_llvm-0fcafbab8bf481627418aace6ad6c5db238e0a74.tar.gz external_llvm-0fcafbab8bf481627418aace6ad6c5db238e0a74.tar.bz2 |
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index 1e0b4f1..5f54981 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -99,7 +99,7 @@ class SelectionDAG { NodeAllocatorType NodeAllocator; /// CSEMap - This structure is used to memoize nodes, automatically performing - /// CSE with existing nodes with a duplicate is requested. + /// CSE with existing nodes when a duplicate is requested. FoldingSet<SDNode> CSEMap; /// OperandAllocator - Pool allocation for machine-opcode SDNode operands. |