Add a small missed optimization: turn X == C ? X : Y into X == C ? C : Y. This
[llvm/stm8.git] / test / Verifier / 2008-01-11-VarargAttrs.ll
blobb6ce6251cfc6c9b3c75f3cf3858ae2c9c51ab0c8
1 ; RUN: not llvm-as < %s >& /dev/null
3         %struct = type {  }
5 declare void @foo(...)
7 define void @bar() {
8         call void (...)* @foo(%struct* sret null )
9         ret void