From: Dan Gohman Date: Sun, 29 Nov 2015 23:09:41 +0000 (+0000) Subject: [WebAssembly] Delete an obsolete TODO comment. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=1ee4c0e239086e2de1d66c1d79225c71d99c84b5 [WebAssembly] Delete an obsolete TODO comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254272 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp b/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp index 31dedf1788f..dd9358035a8 100644 --- a/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp +++ b/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp @@ -64,7 +64,6 @@ void WebAssemblyMCInstLower::Lower(const MachineInstr *MI, // Ignore all implicit register operands. if (MO.isImplicit()) continue; - // TODO: Handle physical registers. const WebAssemblyFunctionInfo &MFI = *MI->getParent()->getParent()->getInfo(); unsigned WAReg = MFI.getWAReg(MO.getReg());