summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <dan433584@gmail.com>2015-10-13 22:06:40 +0000
committerDan Gohman <dan433584@gmail.com>2015-10-13 22:06:40 +0000
commitac93f649fa9449e56527ba8d3b10bf1c73d92af4 (patch)
tree557ce5b73ae9ed2c20d56620c28e2dc0f4a389e1
parent08a75d4626701e838b1df6879b41e7473f34fd46 (diff)
downloadbcm5719-llvm-ac93f649fa9449e56527ba8d3b10bf1c73d92af4.tar.gz
bcm5719-llvm-ac93f649fa9449e56527ba8d3b10bf1c73d92af4.zip
[WebAssembly] Remove a TODO comment which is no longer needed. NFC.
llvm-svn: 250233
-rw-r--r--llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td b/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
index ec9a121b3a7..1a67b0aef4a 100644
--- a/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
+++ b/llvm/lib/Target/WebAssembly/WebAssemblyInstrMemory.td
@@ -12,13 +12,6 @@
///
//===----------------------------------------------------------------------===//
-/*
- * TODO(jfb): Add the following.
- *
- * load_global: load the value of a given global variable
- * store_global: store a given value to a given global variable
- */
-
// FIXME:
// - HasAddr64
// - WebAssemblyTargetLowering::isLegalAddressingMode
OpenPOWER on IntegriCloud