summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAllocLinearScan.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-01-22 23:41:00 +0000
committerChris Lattner <sabre@nondot.org>2006-01-22 23:41:00 +0000
commitde02d7727f50dd210bad66ff62cda3bcc10432e6 (patch)
treea075ce04f4a038c32eb95996d027ef2a262fe96d /llvm/lib/CodeGen/RegAllocLinearScan.cpp
parentc597b8a55e64b3a732f8e60187affd7ed3723f94 (diff)
downloadbcm5719-llvm-de02d7727f50dd210bad66ff62cda3bcc10432e6.tar.gz
bcm5719-llvm-de02d7727f50dd210bad66ff62cda3bcc10432e6.zip
Add explicit #includes of <iostream>
llvm-svn: 25515
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 fbf669285c3..f5b081ab596 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
@@ -28,6 +28,7 @@
#include "llvm/Support/Debug.h"
#include <algorithm>
#include <cmath>
+#include <iostream>
#include <set>
#include <queue>
#include <memory>
OpenPOWER on IntegriCloud