[PATCH] D15344: [WebAssembly] WIP for SP lowering.
    Derek Schuff via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Dec  9 14:15:14 PST 2015
    
    
  
dschuff added inline comments.
================
Comment at: test/CodeGen/WebAssembly/userstack.ll:13
@@ +12,3 @@
+  ret void
+}
+
----------------
sunfish wrote:
> Is this function still needed now that we're using an ExternalSymbol for __stack_pointer?
No, in fact it was never actually needed, just leftover.
http://reviews.llvm.org/D15344
    
    
More information about the llvm-commits
mailing list