Fix ConstantFold's folding of icmp instructions to recognize that,
[oota-llvm.git] / test / Assembler / 2003-11-11-ImplicitRename.ll
1 ; RUN: not llvm-as < %s >& /dev/null
2
3 void %test() {
4   %X = add int 0, 1
5   %X = add int 1, 2
6   ret void
7 }
8