[WebAssembly] Remove unneeded TODO items. NFC.
[oota-llvm.git] / lib / Target / WebAssembly / WebAssemblyInstrCall.td
index d175b6ae626a40b663a66d66af50427c9bd8e488..d434389640ec0998b4ddf01b7f70c2696309bb1f 100644 (file)
@@ -42,9 +42,3 @@ let Uses = [SP32, SP64], isCall = 1 in {
                              [(WebAssemblycall0 I32:$callee)],
                              "call_indirect $callee">;
 } // Uses = [SP32,SP64], isCall = 1
-
-/*
- * TODO(jfb): Add the following.
- *
- * addressof: obtain a function pointer value for a given function
- */