1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/Assembler/2003-11-05-ConstantExprShift.llx
Chris Lattner 8db910f7cb New testcase
llvm-svn: 9733
2003-11-05 19:43:36 +00:00

6 lines
104 B
Plaintext

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