Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
[llvm/stm8.git] / test / Assembler / 2007-11-26-AttributeOverload.ll
blobaebc2e8d01e5f79ae6ecd01ac4d5d7eb74708ec9
1 ; RUN: not llvm-as < %s >& /dev/null
3 declare i32 @atoi(i8*) nounwind readonly
4 declare i32 @atoi(i8*)