new testcase for PR490

llvm-svn: 19175
This commit is contained in:
Chris Lattner 2004-12-29 03:57:25 +00:00
parent 46f8f24f15
commit 5c87df3b7b
1 changed files with 5 additions and 0 deletions
llvm/test/Regression/CodeGen/CBackend

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))
}