aboutsummaryrefslogtreecommitdiff
path: root/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
commit880e8e4b4cc0dc6d5d93690a36d6c6f564d0a795 (patch)
tree466ad571bd6e78990f8687a8a1793fc1e062a125 /lib/CodeGen/RegAllocLinearScan.cpp
parentfeab248c93eeb1028ac014fa9546a02013dd3396 (diff)
Add required header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13417 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--lib/CodeGen/RegAllocLinearScan.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp
index dcfb597f95..ed7da0f8c8 100644
--- a/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/lib/CodeGen/RegAllocLinearScan.cpp
@@ -25,6 +25,7 @@
#include "PhysRegTracker.h"
#include "VirtRegMap.h"
#include <algorithm>
+#include <cmath>
#include <iostream>
using namespace llvm;