summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-11-05-ConstantExprShift.ll
blob: 86b093e351298e7169f4ef959945eae934d5685b (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llvm-dis

define i32 @test() {
        ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2)
}