[PATCH] D17048: [WebAssembly] Switch varags calling convention to use a register

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 10:20:49 PST 2016


dschuff added inline comments.

================
Comment at: test/CodeGen/WebAssembly/varargs.ll:141
@@ +140,3 @@
+  ret void
+bb1:
+  %0 = bitcast i8** %ap to i8*
----------------
Test is now fixed and checks the right thing.


http://reviews.llvm.org/D17048





More information about the llvm-commits mailing list