1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Remove incorrect comment.

llvm-svn: 154533
This commit is contained in:
Jim Grosbach 2012-04-11 21:09:54 +00:00
parent 80c9f4d837
commit 8327980405

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: