diff options
| author | Tanya Lattner <tonic@nondot.org> | 2004-02-05 05:04:39 +0000 |
|---|---|---|
| committer | Tanya Lattner <tonic@nondot.org> | 2004-02-05 05:04:39 +0000 |
| commit | dd0c255d1483fdbd0364fac3f9f8bd63bb7a6b7c (patch) | |
| tree | a1b30302c9996233429e13bd692e4651ee67235e /llvm/lib | |
| parent | cb435541c4f8e9024d290478c5ecfe183ff71db9 (diff) | |
| download | bcm5719-llvm-dd0c255d1483fdbd0364fac3f9f8bd63bb7a6b7c.tar.gz bcm5719-llvm-dd0c255d1483fdbd0364fac3f9f8bd63bb7a6b7c.zip | |
Added missing include.
llvm-svn: 11129
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/TwoAddressInstructionPass.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp b/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp index dd94d40d8b3..497cf634a9d 100644 --- a/llvm/lib/CodeGen/TwoAddressInstructionPass.cpp +++ b/llvm/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 { |

