diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/test/CodeGen/WebAssembly/call.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/call.ll b/llvm/test/CodeGen/WebAssembly/call.ll index 6d5542c89d3..9f0be794798 100644 --- a/llvm/test/CodeGen/WebAssembly/call.ll +++ b/llvm/test/CodeGen/WebAssembly/call.ll @@ -120,7 +120,7 @@ define void @coldcc_tail_call_void_nullary() { ret void } -; FIXME test the following: +; TODO: test the following: ; - More argument combinations. ; - Tail call. ; - Interesting returns (struct, multiple). |