diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-23 01:01:21 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-02-23 01:01:21 +0000 |
commit | 4d7ad6713dfb17f419fc25a902c2d7d3bbb40a43 (patch) | |
tree | 455643271f1ba3ca3b2772affe69cda738a6b0fc /llvm/lib/CodeGen/LiveIntervals.cpp | |
parent | 141085948451b5faf200b5d061ba8126be815d27 (diff) | |
download | bcm5719-llvm-4d7ad6713dfb17f419fc25a902c2d7d3bbb40a43.tar.gz bcm5719-llvm-4d7ad6713dfb17f419fc25a902c2d7d3bbb40a43.zip |
Move LiveIntervals.h up to be the first included header
llvm-svn: 11721
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervals.cpp')
-rw-r--r-- | llvm/lib/CodeGen/LiveIntervals.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervals.cpp b/llvm/lib/CodeGen/LiveIntervals.cpp index b6a6613db61..024ff12ea54 100644 --- a/llvm/lib/CodeGen/LiveIntervals.cpp +++ b/llvm/lib/CodeGen/LiveIntervals.cpp @@ -16,6 +16,7 @@ //===----------------------------------------------------------------------===// #define DEBUG_TYPE "liveintervals" +#include "LiveIntervals.h" #include "llvm/Analysis/LoopInfo.h" #include "llvm/CodeGen/LiveVariables.h" #include "llvm/CodeGen/MachineFrameInfo.h" @@ -30,7 +31,6 @@ #include "Support/Debug.h" #include "Support/Statistic.h" #include "Support/STLExtras.h" -#include "LiveIntervals.h" #include <cmath> #include <iostream> #include <limits> |