Skip to content
  1. Jan 21, 2009
  2. Jan 20, 2009
  3. Jan 19, 2009
    • Dan Gohman's avatar
      Remove SDNode's virtual destructor. This makes it impossible for · 534c8a2d
      Dan Gohman authored
      SDNode subclasses to keep state that requires non-trivial
      destructors, however it was already effectively impossible,
      since the destructor isn't actually ever called. There currently
      aren't any SDNode subclasses affected by this, and in general
      it's desireable to keep SDNode objects light-weight.
      
      This eliminates the last virtual member function in the SDNode
      class, so it eliminates the need for a vtable pointer, making
      SDNode smaller.
      
      llvm-svn: 62539
      534c8a2d
    • Dale Johannesen's avatar
      Move & restructure test per review. · d067ecd1
      Dale Johannesen authored
      llvm-svn: 62538
      d067ecd1
Loading