mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
aeb9bb8ba4
llvm-svn: 47296
6 lines
127 B
LLVM
6 lines
127 B
LLVM
; RUN: llvm-as < %s | llc -march=c
|
|
|
|
define i32 @foo() {
|
|
ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
|
|
}
|