summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorPavel Vinogradov2019-09-20 15:42:42 -0400
committerPavel Vinogradov2019-09-20 15:42:42 -0400
commit63590fa6b5f260d49475ba330ee80309cc6fe4a7 (patch)
treec95e39f7f0ff5f1bb2a2f675d704175c831829db /devel
parentfad5c97232179ae666c8adfd856714f056f13363 (diff)
devel/llvm: added forgotten chunk to the PIC patch
Diffstat (limited to 'devel')
-rw-r--r--devel/llvm/0001-fix-compile-error.patch9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/llvm/0001-fix-compile-error.patch b/devel/llvm/0001-fix-compile-error.patch
index c6cafe21b9..4e7317e114 100644
--- a/devel/llvm/0001-fix-compile-error.patch
+++ b/devel/llvm/0001-fix-compile-error.patch
@@ -72,7 +72,7 @@ index 37b9c4b..19742d2 100644
DT, TLI, L, CurAST.get(), MSSAU.get(), &SafetyInfo, ORE);
}
-@@ -1749,7 +1749,7 @@
+@@ -1749,13 +1749,13 @@
const SmallSetVector<Value *, 8> &PMA,
SmallVectorImpl<BasicBlock *> &LEB,
SmallVectorImpl<Instruction *> &LIP,
@@ -81,6 +81,13 @@ index 37b9c4b..19742d2 100644
AliasSetTracker &ast, MemorySSAUpdater *MSSAU, LoopInfo &li,
DebugLoc dl, int alignment, bool UnorderedAtomic,
const AAMDNodes &AATags, ICFLoopSafetyInfo &SafetyInfo)
+ : LoadAndStorePromoter(Insts, S), SomePtr(SP), PointerMustAliases(PMA),
+ LoopExitBlocks(LEB), LoopInsertPts(LIP), MSSAInsertPts(MSSAIP),
+- PredCache(PIC), AST(ast), MSSAU(MSSAU), LI(li), DL(std::move(dl)),
++ PredCache(pic), AST(ast), MSSAU(MSSAU), LI(li), DL(std::move(dl)),
+ Alignment(alignment), UnorderedAtomic(UnorderedAtomic), AATags(AATags),
+ SafetyInfo(SafetyInfo) {}
+
@@ -1851,7 +1851,7 @@
const SmallSetVector<Value *, 8> &PointerMustAliases,
SmallVectorImpl<BasicBlock *> &ExitBlocks,