mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1c3858a06c
commit
d23b33435a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user