blob: 57a9adc7e89a30fe06b6e38439cc3e690cf86b14 [file] [log] [blame]
Dan Gohmanfce288f2009-09-09 00:09:15 +00001; RUN: llc < %s -march=c
Chris Lattner5a23c8b2004-12-29 03:57:25 +00002
Tanya Lattner53a66d12008-02-19 01:41:04 +00003define i32 @foo() {
4 ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
Chris Lattner5a23c8b2004-12-29 03:57:25 +00005}