aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-05-08 03:49:35 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-05-08 03:49:35 +0000
commitfeab248c93eeb1028ac014fa9546a02013dd3396 (patch)
treeb2a239defc81aa78179d0aab4e462879fb0f5adc /lib/CodeGen
parent620ce1466653cad650950215e7525d4ef3b41cd6 (diff)
downloadexternal_llvm-feab248c93eeb1028ac014fa9546a02013dd3396.zip
external_llvm-feab248c93eeb1028ac014fa9546a02013dd3396.tar.gz
external_llvm-feab248c93eeb1028ac014fa9546a02013dd3396.tar.bz2
Remove unneeded header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/LiveIntervalAnalysis.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 039982a..59880f2 100644
--- a/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -34,7 +34,6 @@
#include "VirtRegMap.h"
#include <cmath>
#include <iostream>
-#include <limits>
using namespace llvm;