summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-11-11-ImplicitRename.ll
blob: 7bfd3c14bf194de91309dc856093d8d04bd49403 (plain)
1
2
3
4
5
6
7
8
; RUN: not llvm-as < %s >& /dev/null

void %test() {
  %X = add int 0, 1
  %X = add int 1, 2
  ret void
}