Remove incorrect comment.
authorJim Grosbach <grosbach@apple.com>
Wed, 11 Apr 2012 21:09:54 +0000 (21:09 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 11 Apr 2012 21:09:54 +0000 (21:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154533 91177308-0d34-0410-b5e6-96231b3b80d8

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: