forked from OSchip/llvm-project
[WebAssembly] Delete an obsolete TODO comment.
llvm-svn: 254272
This commit is contained in:
parent
174b2d83ee
commit
9551a44d0c
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue