aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/IntervalPartition.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-11-27 00:03:19 +0000
committerChris Lattner <sabre@nondot.org>2001-11-27 00:03:19 +0000
commit5de2204fe84a89604a31253a299ab265dee76934 (patch)
tree142e5dd065732bf4cc8775f69ce0979230836e51 /llvm/lib/Analysis/IntervalPartition.cpp
parentf679703feb9c4702a55f41caec15d5adf997cac9 (diff)
downloadllvm-5de2204fe84a89604a31253a299ab265dee76934.zip
llvm-5de2204fe84a89604a31253a299ab265dee76934.tar.gz
llvm-5de2204fe84a89604a31253a299ab265dee76934.tar.bz2
Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
Diffstat (limited to 'llvm/lib/Analysis/IntervalPartition.cpp')
-rw-r--r--llvm/lib/Analysis/IntervalPartition.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/IntervalPartition.cpp b/llvm/lib/Analysis/IntervalPartition.cpp
index 4bff950..8616cb7 100644
--- a/llvm/lib/Analysis/IntervalPartition.cpp
+++ b/llvm/lib/Analysis/IntervalPartition.cpp
@@ -6,7 +6,7 @@
//===----------------------------------------------------------------------===//
#include "llvm/Analysis/IntervalIterator.h"
-#include "llvm/Support/STLExtras.h"
+#include "Support/STLExtras.h"
using namespace cfg;