Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Generic / 2007-12-31-UnusedSelector.ll
blob755eebd93b61f2d6f26805ea27d42afe49cf49ff
1 ; RUN: llc < %s
2 ; PR1833
4         %struct.__class_type_info_pseudo = type { %struct.__type_info_pseudo }
5         %struct.__type_info_pseudo = type { ptr, ptr }
6 @_ZTI2e1 = external constant %struct.__class_type_info_pseudo           ; <ptr> [#uses=1]
8 define void @_Z7ex_testv() personality ptr @__gxx_personality_v0 {
9 entry:
10         invoke void @__cxa_throw( ptr null, ptr @_ZTI2e1, ptr null ) noreturn 
11                         to label %UnifiedUnreachableBlock unwind label %lpad
13 bb14:           ; preds = %lpad
14         unreachable
16 lpad:           ; preds = %entry
17         %lpad1 = landingpad { ptr, i32 }
18                   catch ptr null
19         invoke void @__cxa_end_catch( )
20                         to label %bb14 unwind label %lpad17
22 lpad17:         ; preds = %lpad
23         %lpad2 = landingpad { ptr, i32 }
24                   catch ptr null
25         unreachable
27 UnifiedUnreachableBlock:                ; preds = %entry
28         unreachable
31 declare void @__cxa_throw(ptr, ptr, ptr) noreturn 
33 declare void @__cxa_end_catch()
35 declare i32 @__gxx_personality_v0(...) addrspace(0)