[LLVMbugs] [Bug 11308] New: [3.0] Autoupgrade doesn't handle old style MRV functions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Nov 4 06:06:59 PDT 2011


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: unassignedbugs at nondot.org
        ReportedBy: baldrick at free.fr
                CC: llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list