Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
[llvm/stm8.git] / test / Assembler / 2002-04-04-PureVirtMethCall2.ll
bloba0968999a92dc1dd3fc9ce21ab3d4cf723c505d1
1 ; RUN: llvm-as %s -o /dev/null
3 %t = type { { \2*, \2 },
4             { \2*, \2 }
5           }