Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Assembler / 2003-11-05-ConstantExprShift.llx
1 ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
2
3 int %test() {
4   ret int shr (int cast (int()* %test to int), ubyte 2)
5 }