[WebAssembly] Remove unneeded TODO items. NFC.
authorDan Gohman <dan433584@gmail.com>
Fri, 13 Nov 2015 00:41:25 +0000 (00:41 +0000)
committerDan Gohman <dan433584@gmail.com>
Fri, 13 Nov 2015 00:41:25 +0000 (00:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252985 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/WebAssembly/WebAssemblyInstrCall.td
lib/Target/WebAssembly/WebAssemblyInstrControl.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
                              [(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
- */
index acfd738a8fa839835b5f9689cd84751ae2fe3658..b5140324d4f1b25a671c4f0db15deb6ece00b719 100644 (file)
 ///
 //===----------------------------------------------------------------------===//
 
 ///
 //===----------------------------------------------------------------------===//
 
-/*
- * TODO(jfb): Add the following.
- *
- * block: a fixed-length sequence of statements
- * if: if statement
- * do_while: do while statement, basically a loop with a conditional branch
- * forever: infinite loop statement (like while (1)), basically an unconditional
- *          branch (back to the top of the loop)
- * continue: continue to start of nested loop
- * break: break to end from nested loop or block
- * switch: switch statement with fallthrough
- */
-
 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
 def BR_IF_ : I<(outs), (ins bb_op:$dst, I32:$a),
                [(brcond I32:$a, bb:$dst)],
 let isBranch = 1, isTerminator = 1, hasCtrlDep = 1 in {
 def BR_IF_ : I<(outs), (ins bb_op:$dst, I32:$a),
                [(brcond I32:$a, bb:$dst)],