Add a testcase that would have noticed the typo fixed in commit 166475.
[oota-llvm.git] / test / Transforms / SROA / phi-and-select.ll
2012-10-15 Chandler CarruthFirst major step toward addressing PR14059. This teache...
2012-10-04 Chandler CarruthTeach the integer-promotion rewrite strategy to be...
2012-10-01 Chandler CarruthRefactor the PartitionUse structure to actually use...
2012-09-25 Chandler CarruthFix a case where SROA did not correctly detect dead...
2012-09-21 Chandler CarruthFix a case where the new SROA pass failed to zap dead...
2012-09-14 Chandler CarruthIntroduce a new SROA implementation.