mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 05:31:06 +00:00
Stop using DataStructureGraph.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4106 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
50aa430fcd
commit
7a11a94183
@ -4,14 +4,11 @@
|
|||||||
// allocated out of different pools of memory, increasing locality and shrinking
|
// allocated out of different pools of memory, increasing locality and shrinking
|
||||||
// pointer size.
|
// pointer size.
|
||||||
//
|
//
|
||||||
// This pass requires a DCE & instcombine pass to be run after it for best
|
|
||||||
// results.
|
|
||||||
//
|
|
||||||
//===----------------------------------------------------------------------===//
|
//===----------------------------------------------------------------------===//
|
||||||
|
|
||||||
#include "llvm/Transforms/IPO.h"
|
#include "llvm/Transforms/IPO.h"
|
||||||
#include "llvm/Transforms/Utils/CloneFunction.h"
|
#include "llvm/Transforms/Utils/CloneFunction.h"
|
||||||
#include "llvm/Analysis/DataStructureGraph.h"
|
#include "llvm/Analysis/DataStructure.h"
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/iMemory.h"
|
#include "llvm/iMemory.h"
|
||||||
#include "llvm/iTerminators.h"
|
#include "llvm/iTerminators.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user