mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
This program doesn't break anything anymore.
llvm-svn: 18411
This commit is contained in:
parent
0fc52c2de9
commit
bfb6258ba6
@ -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