mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-11 06:06:52 +00:00
Testcase for a problem that reid ran into
llvm-svn: 24676
This commit is contained in:
parent
6c9f9ea7ec
commit
31de4bc6e3
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc
|
||||
|
||||
long %test(long %A) {
|
||||
%B = cast long %A to sbyte
|
||||
%C = cast sbyte %B to long
|
||||
ret long %C
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user