diff options
author | Dan Gohman <dan433584@gmail.com> | 2015-11-29 23:09:41 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2015-11-29 23:09:41 +0000 |
commit | 9551a44d0c892c2d731a79d566d59ad4dc41e21f (patch) | |
tree | cdec19262f2847213e4331c8cf18bb597b45198e /llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | |
parent | 174b2d83ee02d7375a5b3938a902558f63683171 (diff) | |
download | llvm-9551a44d0c892c2d731a79d566d59ad4dc41e21f.zip llvm-9551a44d0c892c2d731a79d566d59ad4dc41e21f.tar.gz llvm-9551a44d0c892c2d731a79d566d59ad4dc41e21f.tar.bz2 |
[WebAssembly] Delete an obsolete TODO comment.
llvm-svn: 254272
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp')
-rw-r--r-- | llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp b/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp index 31dedf1..dd93580 100644 --- a/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp +++ b/llvm/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp @@ -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()); |