1 ; RUN: llvm-as < %s | opt -instcombine -mem2reg | llvm-dis | not grep 'int 1'
3 ; When propagating the load through the select, make sure that the load is
4 ; inserted where the original load was, not where the select is. Not doing
5 ; so could produce incorrect results!
15 %Y = select bool %C, int* %X, int* %X2