Remove incorrect comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154533 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2012-04-11 21:09:54 +00:00
parent 11fc6467e6
commit 2ce182c90c

View File

@ -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: