mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 22:20:37 +00:00
Add <cstdio> include where needed by gcc-4.4.
Patch by Samuel Tardieu. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57291 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9fc4da40ef
commit
4520dd2b7b
@ -27,6 +27,7 @@
|
||||
#include "llvm/Target/TargetData.h"
|
||||
#include "llvm/Support/ManagedStatic.h"
|
||||
#include <csignal>
|
||||
#include <cstdio>
|
||||
#include <map>
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include <map>
|
||||
#include <vector>
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
using namespace llvm;
|
||||
|
@ -13,6 +13,7 @@
|
||||
|
||||
#include "llvm/System/DynamicLibrary.h"
|
||||
#include "llvm/Config/config.h"
|
||||
#include <cstdio>
|
||||
#include <cstring>
|
||||
#include <map>
|
||||
|
||||
|
@ -18,6 +18,7 @@
|
||||
#include "llvm/CodeGen/MachineFunction.h"
|
||||
#include "llvm/CodeGen/MachineInstrBuilder.h"
|
||||
#include "PIC16GenInstrInfo.inc"
|
||||
#include <cstdio>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
#include "PPCTargetMachine.h"
|
||||
#include "llvm/CodeGen/MachORelocation.h"
|
||||
#include "llvm/Support/OutputBuffer.h"
|
||||
#include <cstdio>
|
||||
using namespace llvm;
|
||||
|
||||
PPCMachOWriterInfo::PPCMachOWriterInfo(const PPCTargetMachine &TM)
|
||||
|
@ -36,6 +36,7 @@
|
||||
#include "llvm/Support/Compiler.h"
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Transforms/Utils/BasicBlockUtils.h"
|
||||
#include <cstdio>
|
||||
using namespace llvm;
|
||||
|
||||
STATISTIC(NumGVNInstr, "Number of instructions deleted");
|
||||
|
@ -27,6 +27,7 @@
|
||||
#include "llvm/Support/Debug.h"
|
||||
#include "llvm/Transforms/Utils/Cloning.h"
|
||||
#include "llvm/Transforms/Utils/Local.h"
|
||||
#include <cstdio>
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "llvm/Analysis/Dominators.h"
|
||||
#include "llvm-c/Core.h"
|
||||
#include <algorithm>
|
||||
#include <cstdio>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
using namespace llvm;
|
||||
|
@ -15,6 +15,7 @@
|
||||
#include "InstrEnumEmitter.h"
|
||||
#include "CodeGenTarget.h"
|
||||
#include "Record.h"
|
||||
#include <cstdio>
|
||||
using namespace llvm;
|
||||
|
||||
// runEnums - Print out enum values for all of the instructions.
|
||||
|
@ -17,6 +17,7 @@
|
||||
#include <ostream>
|
||||
#include "llvm/Config/config.h"
|
||||
#include <cctype>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
using namespace llvm;
|
||||
|
Loading…
Reference in New Issue
Block a user