summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/InstrEmitter.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-16 20:35:59 +0000
committerDan Gohman <gohman@apple.com>2009-11-16 20:35:59 +0000
commit552c0dff3408424404d1e9639a5710207b862964 (patch)
treeb483339bb8f4b15191d1dd8b670c0d3c2866c2cc /lib/CodeGen/SelectionDAG/InstrEmitter.h
parent2f74603460dc4ebec281b9e3b53e841312b270b2 (diff)
downloadllvm-552c0dff3408424404d1e9639a5710207b862964.tar.gz
llvm-552c0dff3408424404d1e9639a5710207b862964.tar.bz2
llvm-552c0dff3408424404d1e9639a5710207b862964.tar.xz
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88953 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/InstrEmitter.h')
-rw-r--r--lib/CodeGen/SelectionDAG/InstrEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/InstrEmitter.h b/lib/CodeGen/SelectionDAG/InstrEmitter.h
index bb4634d04b..91817e4d38 100644
--- a/lib/CodeGen/SelectionDAG/InstrEmitter.h
+++ b/lib/CodeGen/SelectionDAG/InstrEmitter.h
@@ -97,7 +97,7 @@ public:
/// MachineInstr.
static unsigned CountOperands(SDNode *Node);
- /// EmitNode - Generate machine code for an node and needed dependencies.
+ /// EmitNode - Generate machine code for a node and needed dependencies.
///
void EmitNode(SDNode *Node, bool IsClone, bool IsCloned,
DenseMap<SDValue, unsigned> &VRBaseMap,