2009-09-11 18:01:28 +00:00
|
|
|
; RUN: opt < %s -instcombine -S | grep icmp
|
2007-09-10 23:42:42 +00:00
|
|
|
; PR1646
|
|
|
|
|
2014-07-30 22:51:54 +00:00
|
|
|
@__gthrw_pthread_cancel = weak alias i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=1]
|
2007-09-10 23:42:42 +00:00
|
|
|
@__gthread_active_ptr.5335 = internal constant i8* bitcast (i32 (i32)* @__gthrw_pthread_cancel to i8*) ; <i8**> [#uses=1]
|
2014-03-12 20:15:49 +00:00
|
|
|
define weak i32 @pthread_cancel(i32) {
|
|
|
|
ret i32 0
|
|
|
|
}
|
2007-09-10 23:42:42 +00:00
|
|
|
|
|
|
|
define i1 @__gthread_active_p() {
|
|
|
|
entry:
|
|
|
|
%tmp1 = load i8** @__gthread_active_ptr.5335, align 4 ; <i8*> [#uses=1]
|
|
|
|
%tmp2 = icmp ne i8* %tmp1, null ; <i1> [#uses=1]
|
|
|
|
ret i1 %tmp2
|
|
|
|
}
|