Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This...
[oota-llvm.git] / test / Assembler / 2003-11-05-ConstantExprShift.ll
1 ; RUN: llvm-as < %s | llvm-dis
2
3 define i32 @test() {
4         ret i32 ashr (i32 ptrtoint (i32 ()* @test to i32), i32 2)
5 }