2004-12-28-LogicalConstantExprs.ll   [plain text]


; RUN: llc < %s -march=c

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