[llvm-commits] CVS: llvm/test/Regression/CFrontend/2003-12-14-ExternInlineSupport.c.tr
Chris Lattner
lattner at cs.uiuc.edu
Sun Dec 14 18:05:01 PST 2003
Changes in directory llvm/test/Regression/CFrontend:
2003-12-14-ExternInlineSupport.c.tr added (r1.1)
---
Log message:
New testcase
---
Diffs of the changes: (+3 -0)
Index: llvm/test/Regression/CFrontend/2003-12-14-ExternInlineSupport.c.tr
diff -c /dev/null llvm/test/Regression/CFrontend/2003-12-14-ExternInlineSupport.c.tr:1.1
*** /dev/null Sun Dec 14 18:04:03 2003
--- llvm/test/Regression/CFrontend/2003-12-14-ExternInlineSupport.c.tr Sun Dec 14 18:03:53 2003
***************
*** 0 ****
--- 1,3 ----
+ // RUN: %llvmgcc -xc %s -c -o - | llvm-dis | not grep dead_function
+
+ extern __inline__ void dead_function() {}
More information about the llvm-commits
mailing list