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

            Bug ID: 19388
           Summary: formal parameter reordered with optimisations
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: DebugInfo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

The following snippet demonstrates the issue:

struct S { int i; };
int function(struct S s, int i) { return s.i + i; }

The parameters are reordered even at -O1.

-- 
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