Fold (-x + -y) -> -(x+y) which promotes better association, fixing
[oota-llvm.git] / test / Verifier / 2004-05-21-SwitchConstantMismatch.ll
2004-11-06 Tanya LattnerAdding RUN lines.
2004-05-21 Chris LattnerTestcase for PR340: Verifier misses malformed switch...