diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:17:04 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:17:04 +0000 |
| commit | b915e9e0fc85ba6f398b3fab0db6a81a8913af94 (patch) | |
| tree | 98b8f811c7aff2547cab8642daf372d6c59502fb /lib/Target/XCore/XCoreMCInstLower.cpp | |
| parent | 6421cca32f69ac849537a3cff78c352195e99f1b (diff) | |
Notes
Diffstat (limited to 'lib/Target/XCore/XCoreMCInstLower.cpp')
| -rw-r--r-- | lib/Target/XCore/XCoreMCInstLower.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/Target/XCore/XCoreMCInstLower.cpp b/lib/Target/XCore/XCoreMCInstLower.cpp index 03c5fa2e9c42e..7763ccc8f4af8 100644 --- a/lib/Target/XCore/XCoreMCInstLower.cpp +++ b/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, |
