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

PrintSpecial() can go away now.

llvm-svn: 115376
This commit is contained in:
Jim Grosbach 2010-10-01 23:27:48 +00:00
parent c1f6f9a730
commit a158e3e6c1

View File

@ -109,7 +109,6 @@ public:
void printNEONModImmOperand(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void printPCLabel(const MCInst *MI, unsigned OpNum, raw_ostream &O);
void PrintSpecial(const MCInst *MI, raw_ostream &O, const char *Kind) {}
};
}