[LLVMbugs] [Bug 335] NEW: PATypeHandle should forward refined types

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Thu May 6 14:26:45 PDT 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=335

           Summary: PATypeHandle should forward refined types
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Core LLVM classes
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: criswell at uiuc.edu


The PATypeHandle class, when returning a Type *, should attempt to forward the
type (i.e. call Type->getForwardedType()) so that it never returns a type that
is halfway through being refined.

This may crop up as various linker or bytecode reader bugs, but so far it almost
never happens.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list