Slightly generalize transformation of memmove(a,a,n) so that it also applies
[oota-llvm.git] / test / Assembler / 2003-10-04-NotMergingGlobalConstants.ll
1 ; RUN: llvm-as %s -o /dev/null
2
3 %T = type i32
4 @X = global i32* null           ; <i32**> [#uses=0]
5 @Y = global i32* null           ; <i32**> [#uses=0]
6