Remove incorrect comment.
[oota-llvm.git] / utils / TableGen / InstrInfoEmitter.h
index ba4048efd0367b8c580cabcced6606a98106d894..f8d3ea51c814dcb3ababcd16c3ad1f8f44b9a3b7 100644 (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: