diff options
author | Dan Gohman <dan433584@gmail.com> | 2016-01-19 16:52:50 +0000 |
---|---|---|
committer | Dan Gohman <dan433584@gmail.com> | 2016-01-19 16:52:50 +0000 |
commit | 7126859e64da9596b29ee369d299a7d6decaef9b (patch) | |
tree | 08d31a7d8606abd9081e9ba673042b86d9a83ad0 /llvm/test/CodeGen/WebAssembly/call.ll | |
parent | d1b53909b201973b87a464f937b4428fbe92791a (diff) | |
download | bcm5719-llvm-7126859e64da9596b29ee369d299a7d6decaef9b.tar.gz bcm5719-llvm-7126859e64da9596b29ee369d299a7d6decaef9b.zip |
[WebAssembly] Change a FIXME to a TODO in a comment.
llvm-svn: 258139
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/call.ll')
-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). |