[WebAssembly] Delete an obsolete TODO comment.
authorDan Gohman <dan433584@gmail.com>
Sun, 29 Nov 2015 23:09:41 +0000 (23:09 +0000)
committerDan Gohman <dan433584@gmail.com>
Sun, 29 Nov 2015 23:09:41 +0000 (23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254272 91177308-0d34-0410-b5e6-96231b3b80d8

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