1 ; RUN: llvm-as < 2002-11-04-ConstantSharing.ll | opt -raise | llvm-dis | not grep cast
5 bool %test(int *%X, uint* %Y) {
6 %A = cast int* %X to sbyte*
7 %B = cast uint* %Y to sbyte*
8 %c1 = seteq sbyte* %A, null
9 %c2 = seteq sbyte* %B, null
10 %c = and bool %c1, %c2