aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TwoAddressInstructionPass.cpp
diff options
context:
space:
mode:
authorTanya Lattner <tonic@nondot.org>2004-02-05 05:04:39 +0000
committerTanya Lattner <tonic@nondot.org>2004-02-05 05:04:39 +0000
commit5a5960978a0d64f65a54aa2d6b23f4c8a22fef62 (patch)
tree6d09aac8192925a3e404e941bb7ab600f0173c2f /lib/CodeGen/TwoAddressInstructionPass.cpp
parent1ad5bc5616c783cfc4982d7df136a60a54dec466 (diff)
downloadexternal_llvm-5a5960978a0d64f65a54aa2d6b23f4c8a22fef62.zip
external_llvm-5a5960978a0d64f65a54aa2d6b23f4c8a22fef62.tar.gz
external_llvm-5a5960978a0d64f65a54aa2d6b23f4c8a22fef62.tar.bz2
Added missing include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11129 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 dd94d40..497cf63 100644
--- a/lib/CodeGen/TwoAddressInstructionPass.cpp
+++ b/lib/CodeGen/TwoAddressInstructionPass.cpp
@@ -38,6 +38,7 @@
#include "llvm/Target/TargetMachine.h"
#include "Support/Debug.h"
#include "Support/Statistic.h"
+#include <iostream>
using namespace llvm;
namespace {