[llvm-commits] [llvm] r128820 - /llvm/trunk/lib/CodeGen/SplitKit.h

Jakob Stoklund Olesen stoklund at 2pi.dk
Mon Apr 4 08:32:11 PDT 2011


Author: stoklund
Date: Mon Apr  4 10:32:11 2011
New Revision: 128820

URL: http://llvm.org/viewvc/llvm-project?rev=128820&view=rev
Log:
Delete leftover data members.

Modified:
    llvm/trunk/lib/CodeGen/SplitKit.h

Modified: llvm/trunk/lib/CodeGen/SplitKit.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SplitKit.h?rev=128820&r1=128819&r2=128820&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SplitKit.h (original)
+++ llvm/trunk/lib/CodeGen/SplitKit.h Mon Apr  4 10:32:11 2011
@@ -85,10 +85,6 @@
     bool LiveThrough;     ///< Live in whole block (Templ 5. or 6. above).
     bool LiveIn;          ///< Current reg is live in.
     bool LiveOut;         ///< Current reg is live out.
-
-    // Per-interference pattern scratch data.
-    bool OverlapEntry;    ///< Interference overlaps entering interval.
-    bool OverlapExit;     ///< Interference overlaps exiting interval.
   };
 
   /// Basic blocks where var is live. This array is parallel to





More information about the llvm-commits mailing list