Handle logical shift right (at least I hope so :) )
[llvm/msp430.git] / test / CodeGen / Generic / 2007-02-25-invoke.ll
blob6dba99e21f790723908dd7ea308639987cf5eaa7
1 ; RUN: llvm-as < %s | llc
3 ; PR1224
5 declare i32 @test()
6 define i32 @test2() {
7         %A = invoke i32 @test() to label %invcont unwind label %blat
8 invcont:
9         ret i32 %A
10 blat:
11         ret i32 0