1 ; RUN: opt < %s -instcombine -S | FileCheck %s
3 @.str254 = internal constant [2 x i8] c".\00"
4 @.str557 = internal constant [3 x i8] c"::\00"
6 define i8* @demangle_qualified(i32 %isfuncname) nounwind {
8 %tobool272 = icmp ne i32 %isfuncname, 0
9 %cond276 = select i1 %tobool272, i8* getelementptr inbounds ([2 x i8], [2 x i8]* @.str254, i32 0, i32 0), i8* getelementptr inbounds ([3 x i8], [3 x i8]* @.str557, i32 0, i32 0) ; <i8*> [#uses=4]
10 %cmp.i504 = icmp eq i8* %cond276, null
11 %rval = getelementptr i8, i8* %cond276, i1 %cmp.i504
15 ; CHECK: %cond276 = select i1
16 ; CHECK: ret i8* %cond276