Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git] / test / CodeGen / X86 / 2008-02-14-BitMiscompile.ll
blob5bf84560a37c502cf4ef99cfd15ebedd46550c4f
1 ; RUN: llvm-as < %s | llc -march=x86 | grep and
2 define i32 @test(i1 %A) {
3         %B = zext i1 %A to i32          ; <i32> [#uses=1]
4         %C = sub i32 0, %B              ; <i32> [#uses=1]
5         %D = and i32 %C, 255            ; <i32> [#uses=1]
6         ret i32 %D