diff options
author | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-05-08 03:50:03 +0000 |
---|---|---|
committer | Alkis Evlogimenos <alkis@evlogimenos.com> | 2004-05-08 03:50:03 +0000 |
commit | 2a54b5d3e16f86ea53a51cc1244e3ad829abcb50 (patch) | |
tree | 7979971c2c7c31b35a2f61008e98c76ed5a97439 /llvm/lib/CodeGen/RegAllocLinearScan.cpp | |
parent | 54a89b7c72c0e25643a6010a2bd5fb8f51e93249 (diff) | |
download | bcm5719-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.cpp | 1 |
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; |