[llvm-commits] [llvm] r79643 - /llvm/trunk/include/llvm/CodeGen/SelectionDAG.h
Bob Wilson
bob.wilson at apple.com
Fri Aug 21 10:41:48 PDT 2009
Author: bwilson
Date: Fri Aug 21 12:41:48 2009
New Revision: 79643
URL: http://llvm.org/viewvc/llvm-project?rev=79643&view=rev
Log:
Fix a comment.
Modified:
llvm/trunk/include/llvm/CodeGen/SelectionDAG.h
Modified: llvm/trunk/include/llvm/CodeGen/SelectionDAG.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/SelectionDAG.h?rev=79643&r1=79642&r2=79643&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/SelectionDAG.h (original)
+++ llvm/trunk/include/llvm/CodeGen/SelectionDAG.h Fri Aug 21 12:41:48 2009
@@ -99,7 +99,7 @@
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.
More information about the llvm-commits
mailing list