This program doesn't break anything anymore.

llvm-svn: 18411
This commit is contained in:
Chris Lattner 2004-12-02 02:26:18 +00:00
parent 3ae96e3727
commit 9cf32444bb
1 changed files with 0 additions and 13 deletions

View File

@ -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
}