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