mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 23:42:52 +01:00
402f5ee496
llvm-svn: 11456
6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
; RUN: llvm-as < %s | llc -march=x86 | grep ESP | not grep sub
|
|
|
|
int %test(int %X) {
|
|
ret int %X
|
|
}
|