Header is moved into local directory
authorChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 21:00:02 +0000 (21:00 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Jan 2003 21:00:02 +0000 (21:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5311 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/InterferenceGraph.cpp
lib/Target/SparcV9/RegAlloc/InterferenceGraph.cpp

index b5e26887c4e5a11b123dcb90a067229a28851238..b9d61b6ad02d2a595c8b096f7ff61bcd05286b6a 100644 (file)
@@ -5,7 +5,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "RegAllocCommon.h"
-#include "llvm/CodeGen/InterferenceGraph.h"
+#include "InterferenceGraph.h"
 #include "llvm/CodeGen/IGNode.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
@@ -115,8 +115,7 @@ void InterferenceGraph::setInterference(const LiveRange *const LR1,
 // return whether two live ranges interfere
 //----------------------------------------------------------------------------
 unsigned InterferenceGraph::getInterference(const LiveRange *const LR1,
-                                          const LiveRange *const LR2 ) const {
-
+                                            const LiveRange *const LR2) const {
   assert(LR1 != LR2);
   assertIGNode(this, LR1->getUserIGNode());  
   assertIGNode(this, LR2->getUserIGNode());
index b5e26887c4e5a11b123dcb90a067229a28851238..b9d61b6ad02d2a595c8b096f7ff61bcd05286b6a 100644 (file)
@@ -5,7 +5,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "RegAllocCommon.h"
-#include "llvm/CodeGen/InterferenceGraph.h"
+#include "InterferenceGraph.h"
 #include "llvm/CodeGen/IGNode.h"
 #include "Support/STLExtras.h"
 #include <algorithm>
@@ -115,8 +115,7 @@ void InterferenceGraph::setInterference(const LiveRange *const LR1,
 // return whether two live ranges interfere
 //----------------------------------------------------------------------------
 unsigned InterferenceGraph::getInterference(const LiveRange *const LR1,
-                                          const LiveRange *const LR2 ) const {
-
+                                            const LiveRange *const LR2) const {
   assert(LR1 != LR2);
   assertIGNode(this, LR1->getUserIGNode());  
   assertIGNode(this, LR2->getUserIGNode());