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 | 530a3bc5faa3e1008928cf59f15306265321132c (patch) | |
tree | fc894edda8dbeaf9278a5d5730ad652b93f05ff0 /llvm/utils/TableGen | |
parent | 6f635b5488172a5410e46661638de6f4994bd9dd (diff) | |
download | bcm5719-llvm-530a3bc5faa3e1008928cf59f15306265321132c.tar.gz bcm5719-llvm-530a3bc5faa3e1008928cf59f15306265321132c.zip |
Fix comments
llvm-svn: 174390
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r-- | llvm/utils/TableGen/DAGISelMatcherEmitter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp b/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp index 4345708783d..93f84ce6e81 100644 --- a/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp +++ b/llvm/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, |