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

             Bug #: 11308
           Summary: [3.0] Autoupgrade doesn't handle old style MRV
                    functions
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


There seems to be no way to auto-upgrade IR containing the following kind of
thing to LLVM 3.0.  This kind of stuff was produced by LLVM 2.9 llvm-gcc for
example.

%empty = type {}
define %empty @foo() {
  ret void
}

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