Xfail this
[oota-llvm.git] / test / CodeGen / Alpha / s4addl.ll
1 ; Make sure this testcase codegens to the bic instruction
2 ; RUN: llvm-as < %s | llc -march=alpha | grep 's4addl'
3
4 ; ModuleID = 'test.o'
5 deplibs = [ "c", "crtend" ]
6
7 implementation   ; Functions:
8
9 int %foo(int %x, int %y) {
10 entry:
11         %tmp.1 = shl int %y, ubyte 2            ; <int> [#uses=1]
12         %tmp.3 = add int %tmp.1, %x             ; <int> [#uses=1]
13         ret int %tmp.3
14 }