YouCompleteMe/cpp/llvm/test/Assembler/2003-11-05-ConstantExprShift.ll

6 lines
121 B
LLVM
Raw Normal View History

2012-07-05 20:51:06 -04:00
; RUN: llvm-as < %s | llvm-dis
define i32 @test() {
ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2)
}