comparison test/Verifier/invoke.ll @ 85:5e5d649e25d2

Update LLVM 3.7
author Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp>
date Thu, 19 Feb 2015 15:19:25 +0900
parents 60c9769439b8
children afa8332a0e37
comparison
equal deleted inserted replaced
82:e218c19a8176 85:5e5d649e25d2
44 ret void 44 ret void
45 } 45 }
46 46
47 define i8 @f2() { 47 define i8 @f2() {
48 entry: 48 entry:
49 ; CHECK: Cannot invoke an intrinsinc other than donothing 49 ; CHECK: Cannot invoke an intrinsinc other than donothing or patchpoint
50 invoke void @llvm.trap() 50 invoke void @llvm.trap()
51 to label %cont unwind label %lpad 51 to label %cont unwind label %lpad
52 52
53 cont: 53 cont:
54 ret i8 3 54 ret i8 3