Mercurial > hg > Members > tobaru > cbc > CbC_llvm
comparison lib/Transforms/ObjCARC/DependencyAnalysis.cpp @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 7d135dc70f03 |
children |
comparison
equal
deleted
inserted
replaced
120:1172e4bd9c6f | 121:803732b1fca8 |
---|---|
18 /// used. Naive LLVM IR transformations which would otherwise be | 18 /// used. Naive LLVM IR transformations which would otherwise be |
19 /// behavior-preserving may break these assumptions. | 19 /// behavior-preserving may break these assumptions. |
20 /// | 20 /// |
21 //===----------------------------------------------------------------------===// | 21 //===----------------------------------------------------------------------===// |
22 | 22 |
23 #include "DependencyAnalysis.h" | |
23 #include "ObjCARC.h" | 24 #include "ObjCARC.h" |
24 #include "DependencyAnalysis.h" | |
25 #include "ProvenanceAnalysis.h" | 25 #include "ProvenanceAnalysis.h" |
26 #include "llvm/IR/CFG.h" | 26 #include "llvm/IR/CFG.h" |
27 | 27 |
28 using namespace llvm; | 28 using namespace llvm; |
29 using namespace llvm::objcarc; | 29 using namespace llvm::objcarc; |