mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 04:22:54 +00:00
Seems to be fixed upstream
This commit is contained in:
parent
6ce7602dc9
commit
ac48382da5
13
debian/patches/polly-c++0x.diff
vendored
13
debian/patches/polly-c++0x.diff
vendored
@ -1,13 +0,0 @@
|
|||||||
Index: llvm-toolchain-build/polly/lib/CodeGen/LoopGenerators.cpp
|
|
||||||
===================================================================
|
|
||||||
--- llvm-toolchain-build.orig/polly/lib/CodeGen/LoopGenerators.cpp 2013-03-15 09:40:09.000000000 +0100
|
|
||||||
+++ llvm-toolchain-build/polly/lib/CodeGen/LoopGenerators.cpp 2013-03-15 09:43:18.000000000 +0100
|
|
||||||
@@ -203,7 +203,7 @@
|
|
||||||
for (unsigned i = 0; i < OldValues.size(); i++) {
|
|
||||||
Value *Address = Builder.CreateStructGEP(Struct, i);
|
|
||||||
Value *NewValue = Builder.CreateLoad(Address);
|
|
||||||
- Map.insert(std::make_pair<Value *, Value *>(OldValues[i], NewValue));
|
|
||||||
+ Map.insert(std::pair<Value*, Value*>(OldValues[i], NewValue));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -18,5 +18,4 @@ profile_rt.diff
|
|||||||
scan-build-clang-path.diff
|
scan-build-clang-path.diff
|
||||||
0050-powerpcspe-fp.diff
|
0050-powerpcspe-fp.diff
|
||||||
declare_clear_cache.diff
|
declare_clear_cache.diff
|
||||||
polly-c++0x.diff
|
|
||||||
31-powerpcspe.diff
|
31-powerpcspe.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user