projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c3858a
)
Fix a comment.
author
Bob Wilson
<bob.wilson@apple.com>
Fri, 21 Aug 2009 17:41:48 +0000
(17:41 +0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Fri, 21 Aug 2009 17:41:48 +0000
(17:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79643
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/SelectionDAG.h
b/include/llvm/CodeGen/SelectionDAG.h
index 1e0b4f1e6941d0391e79d275ddf6c33ccf04da8f..5f5498158d8c1c20cedba69465008d7e0572aede 100644
(file)
--- 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 w
ith
a duplicate is requested.
+ /// CSE with existing nodes w
hen
a duplicate is requested.
FoldingSet<SDNode> CSEMap;
/// OperandAllocator - Pool allocation for machine-opcode SDNode operands.