PrintSpecial() can go away now.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115376 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2010-10-01 23:27:48 +00:00
parent c9932f6f60
commit 443e625d8a

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) {}
};
}