forked from OSchip/llvm-project
[WebAssembly] Change a FIXME to a TODO in a comment.
llvm-svn: 258139
This commit is contained in:
parent
d1b53909b2
commit
7126859e64
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue