[llvm-commits] CVS: llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c
Chris Lattner
sabre at nondot.org
Mon Feb 19 12:20:20 PST 2007
Changes in directory llvm/test/CFrontend:
2007-02-04-WITH_SIZE_EXPR.c updated: 1.1 -> 1.2
---
Log message:
this passes now
---
Diffs of the changes: (+0 -1)
2007-02-04-WITH_SIZE_EXPR.c | 1 -
1 files changed, 1 deletion(-)
Index: llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c
diff -u llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c:1.1 llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c:1.2
--- llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c:1.1 Sun Feb 4 21:56:59 2007
+++ llvm/test/CFrontend/2007-02-04-WITH_SIZE_EXPR.c Mon Feb 19 14:20:04 2007
@@ -1,6 +1,5 @@
// RUN: %llvmgcc %s -O3 -S -o - -emit-llvm
// PR1174
-// XFAIL: *
void zzz (char *s1, char *s2, int len, int *q)
{
More information about the llvm-commits
mailing list