mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
New testcase for PR107
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9910 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2e09698ffd
commit
400b89628e
8
test/Assembler/2003-11-11-ImplicitRename.llx
Normal file
8
test/Assembler/2003-11-11-ImplicitRename.llx
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: not llvm-as < %s > /dev/null
|
||||
|
||||
void %test() {
|
||||
%X = add int 0, 1
|
||||
%X = add int 1, 2
|
||||
ret void
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user