new testcase. These functions shouldn't touch the stack if stfiwx use
[oota-llvm.git] / test / Assembler / 2003-11-05-ConstantExprShift.llx
1 ; RUN: llvm-as < %s | llvm-dis
2
3 int %test() {
4   ret int shr (int cast (int()* %test to int), ubyte 2)
5 }