1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 21:42:54 +02:00
llvm-mirror/test/Assembler/2003-11-05-ConstantExprShift.llx
2007-01-17 07:59:14 +00:00

6 lines
119 B
Plaintext

; RUN: llvm-upgrade < %s | llvm-as | llvm-dis
int %test() {
ret int shr (int cast (int()* %test to int), ubyte 2)
}