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

David Majnemer <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #3 from David Majnemer <[email protected]> ---
Types with the same TypeID will also have the same pointer value.  This is a
core aspect of the LLVM type system:
http://llvm.org/docs/ProgrammersManual.html#the-type-class-and-derived-types

> given two Type* values, the types are identical if the pointers are identical.

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