1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 23:42:52 +01:00
llvm-mirror/test/Regression/Assembler/2003-11-05-ConstantExprShift.llx

6 lines
104 B
Plaintext
Raw Normal View History

2003-11-05 20:43:36 +01:00
; RUN: llvm-as < %s | llvm-dis
int %test() {
ret int shr (int cast (int()* %test to int), ubyte 2)
}