Changes in directory llvm/test/Regression/CFrontend:

2005-02-27-MarkGlobalConstant.c updated: 1.1 -> 1.2
---
Log message:

Fix this regex to match what llvmgcc4 produces also


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

 2005-02-27-MarkGlobalConstant.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c
diff -u llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c:1.1 
llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c:1.2
--- llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c:1.1  Sun Feb 
27 12:19:26 2005
+++ llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c      Thu Apr 
13 14:46:16 2006
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -xc %s -S -o - | grep 'ctor_.* constant '
+// RUN: %llvmgcc -xc %s -S -o - | grep 'internal constant '
 
 // The synthetic global made by the CFE for big initializer should be marked
 // constant.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to