1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

new testcase for PR490

llvm-svn: 19175
This commit is contained in:
Chris Lattner 2004-12-29 03:57:25 +00:00
parent ae71156e64
commit 5855827688

View File

@ -0,0 +1,5 @@
; RUN: llvm-as < %s | llc -march=c
int %foo() {
ret int and (int 123456, int cast (int()* %foo to int))
}