[llvm-commits] [llvm] r154533 - /llvm/trunk/utils/TableGen/InstrInfoEmitter.h

Jim Grosbach grosbach at apple.com
Wed Apr 11 14:09:55 PDT 2012


Author: grosbach
Date: Wed Apr 11 16:09:54 2012
New Revision: 154533

URL: http://llvm.org/viewvc/llvm-project?rev=154533&view=rev
Log:
Remove incorrect comment.

Modified:
    llvm/trunk/utils/TableGen/InstrInfoEmitter.h

Modified: llvm/trunk/utils/TableGen/InstrInfoEmitter.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/InstrInfoEmitter.h?rev=154533&r1=154532&r2=154533&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/InstrInfoEmitter.h (original)
+++ llvm/trunk/utils/TableGen/InstrInfoEmitter.h Wed Apr 11 16:09:54 2012
@@ -35,7 +35,7 @@
 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:





More information about the llvm-commits mailing list