aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/2003-08-03-ReservedWordFunction.llx13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/X86/2003-08-03-ReservedWordFunction.llx b/test/CodeGen/X86/2003-08-03-ReservedWordFunction.llx
deleted file mode 100644
index 2d0a0bd440..0000000000
--- a/test/CodeGen/X86/2003-08-03-ReservedWordFunction.llx
+++ /dev/null
@@ -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
-}
-