aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h')
-rw-r--r--llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h b/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
index 0ea47106434c..a8801fc2c5bc 100644
--- a/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
+++ b/llvm/lib/Target/XCore/MCTargetDesc/XCoreInstPrinter.h
@@ -15,10 +15,10 @@
#ifndef LLVM_LIB_TARGET_XCORE_MCTARGETDESC_XCOREINSTPRINTER_H
#define LLVM_LIB_TARGET_XCORE_MCTARGETDESC_XCOREINSTPRINTER_H
-#include "llvm/ADT/StringRef.h"
#include "llvm/MC/MCInstPrinter.h"
namespace llvm {
+class StringRef;
class XCoreInstPrinter : public MCInstPrinter {
public:
@@ -39,7 +39,6 @@ private:
void printInlineJT(const MCInst *MI, int opNum, raw_ostream &O);
void printInlineJT32(const MCInst *MI, int opNum, raw_ostream &O);
void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
- void printMemOperand(const MCInst *MI, int opNum, raw_ostream &O);
};
} // end namespace llvm