mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 17:47:58 +00:00
[WebAssembly] Delete an obsolete TODO comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254272 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10ad208c62
commit
1ee4c0e239
@ -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…
x
Reference in New Issue
Block a user