projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ad5bc5
)
Added missing include.
author
Tanya Lattner
<tonic@nondot.org>
Thu, 5 Feb 2004 05:04:39 +0000
(
05:04
+0000)
committer
Tanya Lattner
<tonic@nondot.org>
Thu, 5 Feb 2004 05:04:39 +0000
(
05:04
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11129
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/TwoAddressInstructionPass.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/TwoAddressInstructionPass.cpp
b/lib/CodeGen/TwoAddressInstructionPass.cpp
index dd94d40d8b3e9728fca9d09379eaafde259ac711..497cf634a9d877ab4d199e99c2e503cb8dc853a0 100644
(file)
--- 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 {