http://llvm.org/bugs/show_bug.cgi?id=19317

Reid Kleckner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|---                         |INVALID

--- Comment #1 from Reid Kleckner <[email protected]> ---
I don't think this is a bug.  Users can't rely on parameters being in the
registers specified by the ABI in inline asm.  That's not modeled as part of
the inline asm constraints.  If they want it in r0, they should say so.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to