diff options
author | Eli Bendersky <eliben@google.com> | 2013-02-05 16:53:11 +0000 |
---|---|---|
committer | Eli Bendersky <eliben@google.com> | 2013-02-05 16:53:11 +0000 |
commit | d07c2a5fa1fd3bee45104953714a128cf5e19158 (patch) | |
tree | f066c177eccbbb1f9a76c9835875bb8c53a517bf /utils/TableGen/DAGISelMatcherEmitter.cpp | |
parent | 4210da7253e04f7bf3267cbfb2b80f9116e408fa (diff) |
Fix comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/DAGISelMatcherEmitter.cpp')
-rw-r--r-- | utils/TableGen/DAGISelMatcherEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/DAGISelMatcherEmitter.cpp b/utils/TableGen/DAGISelMatcherEmitter.cpp index 4345708783..93f84ce6e8 100644 --- a/utils/TableGen/DAGISelMatcherEmitter.cpp +++ b/utils/TableGen/DAGISelMatcherEmitter.cpp @@ -132,7 +132,7 @@ static uint64_t EmitVBRValue(uint64_t Val, raw_ostream &OS) { return NumBytes+1; } -/// EmitMatcherOpcodes - Emit bytes for the specified matcher and return +/// EmitMatcher - Emit bytes for the specified matcher and return /// the number of bytes emitted. unsigned MatcherTableEmitter:: EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, |