mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-10 14:36:01 +00:00
![Dan Gohman](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81293 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
117 B
LLVM
6 lines
117 B
LLVM
; RUN: llc < %s -march=c
|
|
|
|
define i32 @foo() {
|
|
ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
|
|
}
|