fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / InstCombine / 2008-05-31-AddBool.ll
blob541669365bdb3c9719b76cdf62f101d386c307b5
1 ; RUN: opt < %s -instcombine -S | grep {xor}
2 ; PR2389
4 define i1 @test(i1 %a, i1 %b) {
5   %A = add i1 %a, %b
6   ret i1 %A