Move LiveIntervals.h up to be the first included header

llvm-svn: 11721
This commit is contained in:
Alkis Evlogimenos 2004-02-23 01:01:21 +00:00
parent 1410859484
commit 4d7ad6713d
1 changed files with 1 additions and 1 deletions

View File

@ -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>