mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 21:57:55 +00:00
Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,
as it fails. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11250 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1d0d3519f
commit
79caafeefe
13
test/CodeGen/X86/2003-08-03-ReservedWordFunction.llx
Normal file
13
test/CodeGen/X86/2003-08-03-ReservedWordFunction.llx
Normal file
@ -0,0 +1,13 @@
|
||||
; This testcase ensures the code emitter does something about the fact that
|
||||
; we can have collisions with keywords
|
||||
|
||||
; RUN: llvm-as < %s | llc | not grep '^byte:'
|
||||
|
||||
void %byte() {
|
||||
ret void
|
||||
}
|
||||
int %main() {
|
||||
call void %byte()
|
||||
ret int 0
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user