From: Jim Grosbach Date: Wed, 11 Apr 2012 21:09:54 +0000 (+0000) Subject: Remove incorrect comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2ce182c90cd8738bf76e5cdaa21eb6627c6e6aec;p=oota-llvm.git Remove incorrect comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154533 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/TableGen/InstrInfoEmitter.h b/utils/TableGen/InstrInfoEmitter.h index ba4048efd03..f8d3ea51c81 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: