1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

[WebAssembly] Delete an obsolete TODO comment.

llvm-svn: 254272
This commit is contained in:
Dan Gohman 2015-11-29 23:09:41 +00:00
parent b33d5f2e55
commit a72cc4e1eb

View 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());