mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
8db910f7cb
llvm-svn: 9733
6 lines
104 B
Plaintext
6 lines
104 B
Plaintext
; RUN: llvm-as < %s | llvm-dis
|
|
|
|
int %test() {
|
|
ret int shr (int cast (int()* %test to int), ubyte 2)
|
|
}
|