Do more to modernize MergeFunctions. Refactor in response to Chris' code review.
[llvm.git] / test / Assembler / 2003-11-11-ImplicitRename.ll
blob7bfd3c14bf194de91309dc856093d8d04bd49403
1 ; RUN: not llvm-as < %s >& /dev/null
3 void %test() {
4   %X = add int 0, 1
5   %X = add int 1, 2
6   ret void