mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
31de4bc6e3
llvm-svn: 24676
8 lines
120 B
LLVM
8 lines
120 B
LLVM
; RUN: llvm-as < %s | llc
|
|
|
|
long %test(long %A) {
|
|
%B = cast long %A to sbyte
|
|
%C = cast sbyte %B to long
|
|
ret long %C
|
|
}
|