1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

[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 1a53c68f6a
commit 7a898cc00d

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