[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2003-08-03-ReservedWordFunction.llx
Chris Lattner
lattner at cs.uiuc.edu
Mon Feb 9 16:53:02 PST 2004
Changes in directory llvm/test/Regression/CodeGen/X86:
2003-08-03-ReservedWordFunction.llx added (r1.1)
---
Log message:
Move this testcase out of /home/vadve/lattner/cvs/llvm/test/Programs/LLVMSource,
as it fails.
---
Diffs of the changes: (+13 -0)
Index: llvm/test/Regression/CodeGen/X86/2003-08-03-ReservedWordFunction.llx
diff -c /dev/null llvm/test/Regression/CodeGen/X86/2003-08-03-ReservedWordFunction.llx:1.1
*** /dev/null Mon Feb 9 16:52:35 2004
--- llvm/test/Regression/CodeGen/X86/2003-08-03-ReservedWordFunction.llx Mon Feb 9 16:52:25 2004
***************
*** 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
+ }
+
More information about the llvm-commits
mailing list