1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Add #include <iostream> since Value.h does not include it any more.

llvm-svn: 14623
This commit is contained in:
Reid Spencer 2004-07-04 12:20:55 +00:00
parent 50ec3f9325
commit 6d8b0985d1
10 changed files with 12 additions and 1 deletions

View File

@ -21,6 +21,7 @@
#include "llvm/Pass.h"
#include "llvm/Analysis/InstForest.h"
#include "llvm/Support/CallSite.h"
#include <iostream>
using namespace llvm;

View File

@ -22,7 +22,9 @@
#include "llvm/Support/ToolRunner.h"
#include "Support/CommandLine.h"
#include "Support/FileUtilities.h"
#include <iostream>
#include <memory>
using namespace llvm;
// Anonymous namespace to define command line options for debugging.

View File

@ -27,6 +27,7 @@
#include "Support/CommandLine.h"
#include "Support/Debug.h"
#include "Support/FileUtilities.h"
#include <iostream>
#include <set>
using namespace llvm;

View File

@ -22,8 +22,9 @@
#include "llvm/Pass.h"
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
#include <memory>
#include <fstream>
#include <iostream>
#include <memory>
using namespace llvm;

View File

@ -21,6 +21,7 @@
#include "llvm/ExecutionEngine/GenericValue.h"
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
#include <iostream>
using namespace llvm;

View File

@ -18,6 +18,7 @@
#include "llvm/System/Signals.h"
#include <string>
#include <fstream>
#include <iostream>
#include <cstdio>
#include <sys/stat.h>
#include <sys/types.h>

View File

@ -22,6 +22,7 @@
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
#include <fstream>
#include <iostream>
#include <memory>
using namespace llvm;

View File

@ -21,6 +21,7 @@
#include "Support/FileUtilities.h"
#include "llvm/System/Signals.h"
#include <fstream>
#include <iostream>
#include <memory>
using namespace llvm;

View File

@ -24,6 +24,7 @@
#include <cctype>
#include <cerrno>
#include <cstring>
#include <iostream>
using namespace llvm;

View File

@ -21,6 +21,7 @@
#include "Support/CommandLine.h"
#include "llvm/System/Signals.h"
#include <cstdio>
#include <iostream>
#include <map>
#include <set>