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

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