repo.or.cz
/
llvm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do more to modernize MergeFunctions. Refactor in response to Chris' code review.
[llvm.git]
/
test
/
Assembler
/
2003-11-11-ImplicitRename.ll
blob
7bfd3c14bf194de91309dc856093d8d04bd49403
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