summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorAlkis Evlogimenos <alkis@evlogimenos.com>2004-05-08 03:50:03 +0000
committerAlkis Evlogimenos <alkis@evlogimenos.com>2004-05-08 03:50:03 +0000
commit2a54b5d3e16f86ea53a51cc1244e3ad829abcb50 (patch)
tree7979971c2c7c31b35a2f61008e98c76ed5a97439 /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parent54a89b7c72c0e25643a6010a2bd5fb8f51e93249 (diff)
downloadbcm5719-llvm-2a54b5d3e16f86ea53a51cc1244e3ad829abcb50.tar.gz
bcm5719-llvm-2a54b5d3e16f86ea53a51cc1244e3ad829abcb50.zip
Add required header
llvm-svn: 13417
Diffstat (limited to 'llvm/lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--llvm/lib/CodeGen/RegAllocLinearScan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
index dcfb597f954..ed7da0f8c8f 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
@@ -25,6 +25,7 @@
#include "PhysRegTracker.h"
#include "VirtRegMap.h"
#include <algorithm>
+#include <cmath>
#include <iostream>
using namespace llvm;
OpenPOWER on IntegriCloud