Skip to content
  1. May 09, 2004
  2. May 08, 2004
  3. May 07, 2004
  4. May 06, 2004
    • John Criswell's avatar
      Fix for PR#330. · f6709bc5
      John Criswell authored
      When looking at getelementptr instructions, make sure to use a forwarded
      type.  We want to do this because a DerivedType may drop its uses and then
      refine its users, who may then use another user who hasn't been refined yet.
      By getting the forwarded type, we always ensure that we're looking at a
      Type that isn't in a halfway refined state.
      
      Now, I should be able to put this stuff in PATypeHandle, but it doesn't work
      for some reason.  This should do for now.
      
      llvm-svn: 13386
      f6709bc5
    • Chris Lattner's avatar
      Remove a really old comment · 8737169a
      Chris Lattner authored
      llvm-svn: 13385
      8737169a
Loading