llvm-6502/lib
Jakob Stoklund Olesen fbbd4abfe5 Fix a non-deterministic loop in llvm::MergeBlockIntoPredecessor.
DT->changeImmediateDominator() trivially ignores identity updates, so there is
really no need for the uniqueing provided by SmallPtrSet.

I expect this to fix PR8954.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123286 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-11 22:54:38 +00:00
..
Analysis some comment improvements. 2011-01-11 17:11:59 +00:00
Archive
AsmParser
Bitcode FixedNumOperandTraits and VariadicOperandTraits assumed that, given a 2011-01-11 15:07:38 +00:00
CodeGen Enable LiveDebugVariables by default. 2011-01-11 22:45:28 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Object
Support
Target SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC 2011-01-11 22:38:28 +00:00
Transforms Fix a non-deterministic loop in llvm::MergeBlockIntoPredecessor. 2011-01-11 22:54:38 +00:00
VMCore FixedNumOperandTraits and VariadicOperandTraits assumed that, given a 2011-01-11 15:07:38 +00:00
Makefile