[WebAssembly] Delete an obsolete TODO comment.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyMCInstLower.cpp
index 31dedf1788f8e0c636dd98d0414b567c6ac83ae9..dd9358035a883dcde6182bc3cce601258fa839ac 100644 (file)
@@ -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<WebAssemblyFunctionInfo>();
       unsigned WAReg = MFI.getWAReg(MO.getReg());