diff options
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreMCInstLower.cpp')
-rw-r--r-- | llvm/lib/Target/XCore/XCoreMCInstLower.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/lib/Target/XCore/XCoreMCInstLower.cpp b/llvm/lib/Target/XCore/XCoreMCInstLower.cpp index 03c5fa2e9c4..7763ccc8f4a 100644 --- a/llvm/lib/Target/XCore/XCoreMCInstLower.cpp +++ b/llvm/lib/Target/XCore/XCoreMCInstLower.cpp @@ -25,12 +25,9 @@ using namespace llvm; XCoreMCInstLower::XCoreMCInstLower(class AsmPrinter &asmprinter) -: Printer(asmprinter) {} + : Printer(asmprinter) {} -void XCoreMCInstLower::Initialize(Mangler *M, MCContext *C) { - Mang = M; - Ctx = C; -} +void XCoreMCInstLower::Initialize(MCContext *C) { Ctx = C; } MCOperand XCoreMCInstLower::LowerSymbolOperand(const MachineOperand &MO, MachineOperandType MOTy, |