llvm-6502/include
Sanjoy Das 26f67b5a27 Fix a use-iterator-after-invalidate error
AnalysisResult::getResultImpl reuses an iterator into a DenseMap after
inserting elements into it. This change adds code to recompute the
iterator before the second use.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230718 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-27 02:19:11 +00:00
..
llvm Fix a use-iterator-after-invalidate error 2015-02-27 02:19:11 +00:00
llvm-c [LTO API] add lto_codegen_set_module to set the destination module. 2015-02-24 00:45:56 +00:00