summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2004-12-28-LogicalConstantExprs.ll
blob: 9acaa726dbe6294fe9320ab7f358b22dd3c9edf4 (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llc -march=c

define i32 @foo() {
        ret i32 and (i32 123456, i32 ptrtoint (i32 ()* @foo to i32))
}
OpenPOWER on IntegriCloud