Skip to content
  1. May 08, 2004
  2. May 07, 2004
  3. 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
      numeric_limits::infinity() apparently does not work on all systems. As a · 991425ae
      Chris Lattner authored
      workaround, use the C HUGE_VAL macro instead.
      
      llvm-svn: 13377
      991425ae
  4. May 05, 2004
  5. May 04, 2004
  6. May 02, 2004
  7. May 01, 2004
Loading