[llvm-commits] CVS: llvm/lib/CodeGen/RegAllocLinearScan.cpp
Alkis Evlogimenos
alkis at cs.uiuc.edu
Fri May 7 22:50:00 PDT 2004
Changes in directory llvm/lib/CodeGen:
RegAllocLinearScan.cpp updated: 1.71 -> 1.72
---
Log message:
Add required header
---
Diffs of the changes: (+1 -0)
Index: llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff -u llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.71 llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.72
--- llvm/lib/CodeGen/RegAllocLinearScan.cpp:1.71 Thu May 6 11:25:59 2004
+++ llvm/lib/CodeGen/RegAllocLinearScan.cpp Fri May 7 22:50:03 2004
@@ -25,6 +25,7 @@
#include "PhysRegTracker.h"
#include "VirtRegMap.h"
#include <algorithm>
+#include <cmath>
#include <iostream>
using namespace llvm;
More information about the llvm-commits
mailing list