Delete unused variable from r333015.
authorEli Friedman <efriedma@codeaurora.org>
Tue, 22 May 2018 19:38:07 +0000 (19:38 +0000)
committerEli Friedman <efriedma@codeaurora.org>
Tue, 22 May 2018 19:38:07 +0000 (19:38 +0000)
(The assertion suppressed the unused variable warning on
Release+Asserts builds, so I didn't notice.)

llvm-svn: 333018

llvm/lib/Target/AArch64/AArch64InstrInfo.cpp

index 7d3c46e..b93a8a0 100644 (file)
@@ -5126,9 +5126,6 @@ AArch64InstrInfo::getOutliningType(MachineBasicBlock::iterator &MIT,
   // We should be able to compute the memory usage based on the IR calling
   // convention, even if we can't see the definition.
   if (MI.isCall()) {
-    const Module *M = MF->getFunction().getParent();
-    assert(M && "No module?");
-
     // Get the function associated with the call. Look at each operand and find
     // the one that represents the callee and get its name.
     const Function *Callee = nullptr;