repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
CBackend
/
2004-12-28-LogicalConstantExprs.ll
blob
9acaa726dbe6294fe9320ab7f358b22dd3c9edf4
1
; RUN: llvm-as < %s | llc -march=c
2
3
define i32 @foo() {
4
ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
5
}