PrintSpecial() can go away now.
authorJim Grosbach <grosbach@apple.com>
Fri, 1 Oct 2010 23:27:48 +0000 (23:27 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 1 Oct 2010 23:27:48 +0000 (23:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115376 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/InstPrinter/ARMInstPrinter.h

index 7bfb757cf3e1ddc0c1b91524405ec1c537366f4e..d82e56863e665325246b4f66bba31e42705ba8b4 100644 (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) {}
 };
 
 }