mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
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:
parent
11fc6467e6
commit
2ce182c90c
@ -35,7 +35,7 @@ class InstrInfoEmitter : public TableGenBackend {
|
|||||||
public:
|
public:
|
||||||
InstrInfoEmitter(RecordKeeper &R) : Records(R), CDP(R) { }
|
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);
|
void run(raw_ostream &OS);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
Reference in New Issue
Block a user