projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10ad208
)
[WebAssembly] Delete an obsolete TODO comment.
author
Dan Gohman
<dan433584@gmail.com>
Sun, 29 Nov 2015 23:09:41 +0000
(23:09 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
b/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
index 31dedf1788f8e0c636dd98d0414b567c6ac83ae9..dd9358035a883dcde6182bc3cce601258fa839ac 100644
(file)
--- a/
lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
+++ b/
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());