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.
|
// Ignore all implicit register operands.
|
||||||
if (MO.isImplicit())
|
if (MO.isImplicit())
|
||||||
continue;
|
continue;
|
||||||
// TODO: Handle physical registers.
|
|
||||||
const WebAssemblyFunctionInfo &MFI =
|
const WebAssemblyFunctionInfo &MFI =
|
||||||
*MI->getParent()->getParent()->getInfo<WebAssemblyFunctionInfo>();
|
*MI->getParent()->getParent()->getInfo<WebAssemblyFunctionInfo>();
|
||||||
unsigned WAReg = MFI.getWAReg(MO.getReg());
|
unsigned WAReg = MFI.getWAReg(MO.getReg());
|
||||||
|
|
Loading…
Reference in New Issue