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