diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-03 18:25:53 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-03 18:25:53 +0000 |
| commit | 14a2b4628d9d96ca30d9d0e252bb5ba7e0a65926 (patch) | |
| tree | 11b735474b7b187027562cb149ffd32e4ff4e733 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
| parent | a5c04ee50f20861dd132aacdaf6f196d1cae0863 (diff) | |
| download | bcm5719-llvm-14a2b4628d9d96ca30d9d0e252bb5ba7e0a65926.tar.gz bcm5719-llvm-14a2b4628d9d96ca30d9d0e252bb5ba7e0a65926.zip | |
Order #includes alphabetically, local .h files first.
llvm-svn: 16153
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
| -rw-r--r-- | llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index e6815a8f3b5..3ebd9075860 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -17,6 +17,7 @@ #define DEBUG_TYPE "liveintervals" #include "LiveIntervalAnalysis.h" +#include "VirtRegMap.h" #include "llvm/Value.h" #include "llvm/Analysis/LoopInfo.h" #include "llvm/CodeGen/LiveVariables.h" @@ -31,10 +32,8 @@ #include "llvm/Support/Debug.h" #include "llvm/ADT/Statistic.h" #include "llvm/ADT/STLExtras.h" -#include "VirtRegMap.h" -#include <cmath> #include <algorithm> - +#include <cmath> using namespace llvm; namespace { |

