[WebAssembly] Change a FIXME to a TODO in a comment.

llvm-svn: 258139
This commit is contained in:
Dan Gohman 2016-01-19 16:52:50 +00:00
parent d1b53909b2
commit 7126859e64
1 changed files with 1 additions and 1 deletions

View File

@ -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).