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