mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Play around with #includes
llvm-svn: 2174
This commit is contained in:
parent
49808e463c
commit
0962b63d7c
@ -11,9 +11,6 @@
|
||||
#include "llvm/iOther.h"
|
||||
#include "Support/STLExtras.h"
|
||||
#include <algorithm>
|
||||
#ifdef DEBUG_IP_CLOSURE
|
||||
#include "llvm/Assembly/Writer.h"
|
||||
#endif
|
||||
|
||||
// Make all of the pointers that point to Val also point to N.
|
||||
//
|
||||
|
@ -5,12 +5,12 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Analysis/DataStructureGraph.h"
|
||||
#include "llvm/Assembly/Writer.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Function.h"
|
||||
#include "llvm/BasicBlock.h"
|
||||
#include "llvm/iMemory.h"
|
||||
#include "llvm/iOther.h"
|
||||
#include "llvm/Assembly/Writer.h"
|
||||
#include "Support/STLExtras.h"
|
||||
#include <algorithm>
|
||||
#include <sstream>
|
||||
|
Loading…
Reference in New Issue
Block a user