diff options
author | Jim Grosbach <grosbach@apple.com> | 2012-04-11 21:09:54 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2012-04-11 21:09:54 +0000 |
commit | 2ce182c90cd8738bf76e5cdaa21eb6627c6e6aec (patch) | |
tree | 7f6ccc87a4c6c3e6f4392a8de725dbec5ad8f29b /utils | |
parent | 11fc6467e6a7bbd39037ec488d1138c5518fd17e (diff) |
Remove incorrect comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154533 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r-- | utils/TableGen/InstrInfoEmitter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/InstrInfoEmitter.h b/utils/TableGen/InstrInfoEmitter.h index ba4048efd0..f8d3ea51c8 100644 --- a/utils/TableGen/InstrInfoEmitter.h +++ b/utils/TableGen/InstrInfoEmitter.h @@ -35,7 +35,7 @@ class InstrInfoEmitter : public TableGenBackend { public: InstrInfoEmitter(RecordKeeper &R) : Records(R), CDP(R) { } - // run - Output the instruction set description, returning true on failure. + // run - Output the instruction set description. void run(raw_ostream &OS); private: |