summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TwoAddressInstructionPass.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
commit2c2c6c61f100bc7c3df873b11203fcea1b5e18fe (patch)
treeb83c17a7e75dcd287e174a98e5ec54d3ceb73ff5 /lib/CodeGen/TwoAddressInstructionPass.cpp
parentdac58ad983c62b49629e1f2969f4e0a621167d63 (diff)
downloadllvm-2c2c6c61f100bc7c3df873b11203fcea1b5e18fe.tar.gz
llvm-2c2c6c61f100bc7c3df873b11203fcea1b5e18fe.tar.bz2
llvm-2c2c6c61f100bc7c3df873b11203fcea1b5e18fe.tar.xz
Add explicit #includes of <iostream>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25515 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TwoAddressInstructionPass.cpp')
-rw-r--r--lib/CodeGen/TwoAddressInstructionPass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/CodeGen/TwoAddressInstructionPass.cpp b/lib/CodeGen/TwoAddressInstructionPass.cpp
index 3aa2cc7c9b..48581eebc1 100644
--- a/lib/CodeGen/TwoAddressInstructionPass.cpp
+++ b/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -40,6 +40,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/ADT/Statistic.h"
#include "llvm/ADT/STLExtras.h"
+#include <iostream>
using namespace llvm;
namespace {