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:
parent
ae71156e64
commit
5855827688
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llc -march=c
|
||||
|
||||
int %foo() {
|
||||
ret int and (int 123456, int cast (int()* %foo to int))
|
||||
}
|
Loading…
Reference in New Issue
Block a user