mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-09 21:54:08 +00:00
This program doesn't break anything anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b755d2ee78
commit
25f89656b0
@ -1,13 +0,0 @@
|
|||||||
; This testcase ensures the code emitter does something about the fact that
|
|
||||||
; we can have collisions with keywords
|
|
||||||
; XFAIL: linux,sun
|
|
||||||
; RUN: llvm-as < %s | llc | not grep '^byte:'
|
|
||||||
|
|
||||||
void %byte() {
|
|
||||||
ret void
|
|
||||||
}
|
|
||||||
int %main() {
|
|
||||||
call void %byte()
|
|
||||||
ret int 0
|
|
||||||
}
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user