[llvm-commits] CVS: llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c

Duncan Sands baldrick at free.fr
Mon Apr 16 09:06:39 PDT 2007



Changes in directory llvm/test/CFrontend:

2004-11-27-StaticFunctionRedeclare.c updated: 1.2 -> 1.3
---
Log message:

Use %s, not explicit name.


---
Diffs of the changes:  (+1 -1)

 2004-11-27-StaticFunctionRedeclare.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c
diff -u llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c:1.2 llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c:1.3
--- llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c:1.2	Sun Apr 15 15:08:37 2007
+++ llvm/test/CFrontend/2004-11-27-StaticFunctionRedeclare.c	Mon Apr 16 11:06:17 2007
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -c -emit-llvm 2004-11-27-StaticFunctionRedeclare.c -o - | \
+// RUN: %llvmgcc -c -emit-llvm %s -o - | \
 // RUN:   opt -std-compile-opts | llvm-dis | not grep {declare int.*func}
 
 // There should not be an unresolved reference to func here.  Believe it or not,






More information about the llvm-commits mailing list