Skip to content

Commit

Permalink
[WebAssembly] Remove an unneeded getAnalysisUsage override.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255250 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Dan Gohman committed Dec 10, 2015
1 parent d4526d5 commit 4dc8c1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ class WebAssemblyAsmPrinter final : public AsmPrinter {
// MachineFunctionPass Implementation.
//===------------------------------------------------------------------===//

void getAnalysisUsage(AnalysisUsage &AU) const override {
AsmPrinter::getAnalysisUsage(AU);
}

bool runOnMachineFunction(MachineFunction &MF) override {
MRI = &MF.getRegInfo();
MFI = MF.getInfo<WebAssemblyFunctionInfo>();
Expand Down

0 comments on commit 4dc8c1b

Please sign in to comment.