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

Anton Korobeynikov <[email protected]> changed:

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

--- Comment #1 from Anton Korobeynikov <[email protected]> 2011-04-25 03:21:52 
CDT ---
This is intended behavior. It's frontend responsibility to lower complex ABI
rules into low level representation.

The ABI-correct LLVM IR is:


define i32 @foo(i8* nocapture %x.0, i64 %x.1) nounwind readnone {
...
}

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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