repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
IR: de-duplicate two CmpInst routines (NFC) (#116866)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
2003-11-11-ImplicitRename.ll
blob
84065a17846dbf0936bc962fe0bb6c7f61f53b12
1
; RUN: not llvm-as < %s > /dev/null 2>&1
2
3
void %test() {
4
%X = add int 0, 1
5
%X = add int 1, 2
6
ret void
7
}