Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with ldm or...
[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