Seems to be fixed upstream

This commit is contained in:
Sylvestre Ledru 2013-03-20 16:27:20 +00:00
parent 6ce7602dc9
commit ac48382da5
2 changed files with 0 additions and 14 deletions

View File

@ -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));
}
}

View File

@ -18,5 +18,4 @@ profile_rt.diff
scan-build-clang-path.diff
0050-powerpcspe-fp.diff
declare_clear_cache.diff
polly-c++0x.diff
31-powerpcspe.diff