Skip to content
  1. Nov 02, 2002
  2. Nov 01, 2002
  3. Oct 31, 2002
  4. Oct 30, 2002
    • Chris Lattner's avatar
      Fix two problems: · 61596ad2
      Chris Lattner authored
        * Load Implementation can cause unaligned memory accesses, which caused
          problems for sparc.
        * cast from pointer to pointer would zero the upper 32 bits of the pointer
          which obviously causes problems on 64 bit hosts.
      
      llvm-svn: 4454
      61596ad2
Loading