Go to file
Evan Cheng 6ba1931d60 Fix a bug in sdisel switch lowering code. When it updates the phi nodes in switch successor blocks, it can introduce multiple phi operands of the same value from different blocks (and may not be on the predecessor list).
This can be seen on CodeGen/Generic/2006-09-06-SwitchLowering.ll. But it's not known to cause any real regression (but I have added an assertion for it now).

llvm-svn: 82214
2009-09-18 08:16:04 +00:00
clang Split Darwin toolchain into Clang and GCC Darwin toolchains with a common base. 2009-09-18 08:15:13 +00:00
compiler-rt update make rules so libcompiler-rt can be built for armv6 the Apple way 2009-09-18 00:09:05 +00:00
llvm Fix a bug in sdisel switch lowering code. When it updates the phi nodes in switch successor blocks, it can introduce multiple phi operands of the same value from different blocks (and may not be on the predecessor list). 2009-09-18 08:16:04 +00:00