diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:41:00 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-01-22 23:41:00 +0000 |
| commit | de02d7727f50dd210bad66ff62cda3bcc10432e6 (patch) | |
| tree | a075ce04f4a038c32eb95996d027ef2a262fe96d /llvm/lib/Target/Alpha/AlphaISelPattern.cpp | |
| parent | c597b8a55e64b3a732f8e60187affd7ed3723f94 (diff) | |
| download | bcm5719-llvm-de02d7727f50dd210bad66ff62cda3bcc10432e6.tar.gz bcm5719-llvm-de02d7727f50dd210bad66ff62cda3bcc10432e6.zip | |
Add explicit #includes of <iostream>
llvm-svn: 25515
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelPattern.cpp')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelPattern.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index 92f16e8f7f3..0b948b6b766 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp @@ -16,7 +16,6 @@ #include "AlphaTargetMachine.h" #include "AlphaISelLowering.h" #include "llvm/Constants.h" // FIXME: REMOVE -#include "llvm/Function.h" #include "llvm/Module.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineConstantPool.h" // FIXME: REMOVE @@ -31,8 +30,9 @@ #include "llvm/ADT/Statistic.h" #include "llvm/Support/Debug.h" #include "llvm/Support/CommandLine.h" -#include <set> #include <algorithm> +#include <iostream> +#include <set> using namespace llvm; namespace llvm { |

