1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-25 16:30:05 +00:00

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-07-04 12:20:55 +00:00
parent 954da37bb4
commit 86f42bdad9
11 changed files with 13 additions and 1 deletions

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

@ -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.

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

@ -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;

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

@ -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>

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

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

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

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

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