mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 17:32:19 +00:00
Sorted includes using utils/sort_includes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173767 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4a0480ad4e
commit
7a7102d17f
@ -22,9 +22,8 @@
|
||||
|
||||
#define DEBUG_TYPE "objc-arc-dependency"
|
||||
#include "ObjCARC.h"
|
||||
#include "ProvenanceAnalysis.h"
|
||||
#include "DependencyAnalysis.h"
|
||||
|
||||
#include "ProvenanceAnalysis.h"
|
||||
#include "llvm/Support/CFG.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#define DEBUG_TYPE "objc-arc-ap-elim"
|
||||
#include "ObjCARC.h"
|
||||
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/IR/Constants.h"
|
||||
|
||||
|
@ -23,7 +23,6 @@
|
||||
#define DEBUG_TYPE "objc-arc-aa"
|
||||
#include "ObjCARC.h"
|
||||
#include "ObjCARCAliasAnalysis.h"
|
||||
|
||||
#include "llvm/IR/Instruction.h"
|
||||
#include "llvm/InitializePasses.h"
|
||||
#include "llvm/PassAnalysisSupport.h"
|
||||
|
@ -25,9 +25,8 @@
|
||||
|
||||
#define DEBUG_TYPE "objc-arc-contract"
|
||||
#include "ObjCARC.h"
|
||||
#include "ProvenanceAnalysis.h"
|
||||
#include "DependencyAnalysis.h"
|
||||
|
||||
#include "ProvenanceAnalysis.h"
|
||||
#include "llvm/ADT/Statistic.h"
|
||||
#include "llvm/Analysis/Dominators.h"
|
||||
#include "llvm/IR/InlineAsm.h"
|
||||
|
@ -26,7 +26,6 @@
|
||||
#define DEBUG_TYPE "objc-arc-expand"
|
||||
|
||||
#include "ObjCARC.h"
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/IR/Function.h"
|
||||
#include "llvm/IR/Instruction.h"
|
||||
|
@ -30,13 +30,14 @@
|
||||
|
||||
#define DEBUG_TYPE "objc-arc-opts"
|
||||
#include "ObjCARC.h"
|
||||
#include "DependencyAnalysis.h"
|
||||
#include "ObjCARCAliasAnalysis.h"
|
||||
#include "ProvenanceAnalysis.h"
|
||||
#include "DependencyAnalysis.h"
|
||||
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/ADT/Statistic.h"
|
||||
#include "llvm/IR/LLVMContext.h"
|
||||
#include "llvm/Support/CFG.h"
|
||||
|
||||
using namespace llvm;
|
||||
@ -291,10 +292,6 @@ static bool DoesObjCBlockEscape(const Value *BlockPtr) {
|
||||
|
||||
// TODO: Delete release+retain pairs (rare).
|
||||
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/ADT/Statistic.h"
|
||||
#include "llvm/IR/LLVMContext.h"
|
||||
|
||||
STATISTIC(NumNoops, "Number of no-op objc calls eliminated");
|
||||
STATISTIC(NumPartialNoops, "Number of partially no-op objc calls eliminated");
|
||||
STATISTIC(NumAutoreleases,"Number of autoreleases converted to releases");
|
||||
|
@ -20,7 +20,6 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "ObjCARC.h"
|
||||
|
||||
#include "llvm/IR/Intrinsics.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
@ -24,8 +24,8 @@
|
||||
|
||||
#include "ObjCARC.h"
|
||||
#include "ProvenanceAnalysis.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
#include "llvm/ADT/SmallPtrSet.h"
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::objcarc;
|
||||
|
Loading…
x
Reference in New Issue
Block a user