commit | 57dbb3ad63b6a0e77798edb156ef43daa3bfc67e | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Jul 23 17:46:59 2001 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Jul 23 17:46:59 2001 +0000 |
tree | b10d00a2fd1de0f409b4f341f0a3b1ace177ec15 | |
parent | dbab15a2c9accc0242109881e1632137cb97dbc9 [diff] [blame] |
Moved inline/llvm/Tools/* to include/llvm/Support/* git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/IntervalPartition.cpp b/lib/Analysis/IntervalPartition.cpp index bbdcbef..4bff950 100644 --- a/lib/Analysis/IntervalPartition.cpp +++ b/lib/Analysis/IntervalPartition.cpp
@@ -6,7 +6,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Analysis/IntervalIterator.h" -#include "llvm/Tools/STLExtras.h" +#include "llvm/Support/STLExtras.h" using namespace cfg;