[llvm] r258139 - [WebAssembly] Change a FIXME to a TODO in a comment.
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 19 08:52:50 PST 2016
Author: djg
Date: Tue Jan 19 10:52:50 2016
New Revision: 258139
URL: http://llvm.org/viewvc/llvm-project?rev=258139&view=rev
Log:
[WebAssembly] Change a FIXME to a TODO in a comment.
Modified:
llvm/trunk/test/CodeGen/WebAssembly/call.ll
Modified: llvm/trunk/test/CodeGen/WebAssembly/call.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/WebAssembly/call.ll?rev=258139&r1=258138&r2=258139&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/WebAssembly/call.ll (original)
+++ llvm/trunk/test/CodeGen/WebAssembly/call.ll Tue Jan 19 10:52:50 2016
@@ -120,7 +120,7 @@ define void @coldcc_tail_call_void_nulla
ret void
}
-; FIXME test the following:
+; TODO: test the following:
; - More argument combinations.
; - Tail call.
; - Interesting returns (struct, multiple).
More information about the llvm-commits
mailing list