aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-06-16 09:38:23 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-06-16 09:38:23 +0000
commitdecb6a99c22f52dec9c828c1f5a8264ed7196e93 (patch)
tree7b2f1bccb645e4ff816f973e481ad907bb1d1d18
parent3ea93358820c13b1e28c13e1a04ee9c12cdaa990 (diff)
downloadexternal_llvm-decb6a99c22f52dec9c828c1f5a8264ed7196e93.zip
external_llvm-decb6a99c22f52dec9c828c1f5a8264ed7196e93.tar.gz
external_llvm-decb6a99c22f52dec9c828c1f5a8264ed7196e93.tar.bz2
Fix PR numbers, I accidentally switched two digits.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52311 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/FrontendC/2003-08-21-WideString.c2
-rw-r--r--test/FrontendC/2004-02-13-IllegalVararg.c2
-rw-r--r--test/FrontendC/2006-09-18-fwrite-cast-crash.c2
-rw-r--r--test/FrontendC/2007-09-05-ConstCtor.c2
-rw-r--r--test/FrontendC/2007-09-28-PackedUnionMember.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/FrontendC/2003-08-21-WideString.c b/test/FrontendC/2003-08-21-WideString.c
index ae0783e..75ff557 100644
--- a/test/FrontendC/2003-08-21-WideString.c
+++ b/test/FrontendC/2003-08-21-WideString.c
@@ -1,6 +1,6 @@
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
// XFAIL: *
-// See PR2425
+// See PR2452
struct {
int *name;
diff --git a/test/FrontendC/2004-02-13-IllegalVararg.c b/test/FrontendC/2004-02-13-IllegalVararg.c
index 0607330..21039c6 100644
--- a/test/FrontendC/2004-02-13-IllegalVararg.c
+++ b/test/FrontendC/2004-02-13-IllegalVararg.c
@@ -1,6 +1,6 @@
// RUN: %llvmgcc -xc %s -w -c -o - | llc
// XFAIL: *
-// See PR2425
+// See PR2452
#include <stdarg.h>
diff --git a/test/FrontendC/2006-09-18-fwrite-cast-crash.c b/test/FrontendC/2006-09-18-fwrite-cast-crash.c
index fa64999..a693c56 100644
--- a/test/FrontendC/2006-09-18-fwrite-cast-crash.c
+++ b/test/FrontendC/2006-09-18-fwrite-cast-crash.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc %s -S -o /dev/null
// PR910
// XFAIL: *
-// See PR2425
+// See PR2452
struct l_struct_2E_FILE { char x; };
unsigned fwrite(signed char *, unsigned , unsigned , signed char *);
diff --git a/test/FrontendC/2007-09-05-ConstCtor.c b/test/FrontendC/2007-09-05-ConstCtor.c
index 0b06cc8..6d9fbd5 100644
--- a/test/FrontendC/2007-09-05-ConstCtor.c
+++ b/test/FrontendC/2007-09-05-ConstCtor.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc -xc -Os -c %s -o /dev/null
// PR1641
// XFAIL: *
-// See PR2425
+// See PR2452
struct A {
unsigned long l;
diff --git a/test/FrontendC/2007-09-28-PackedUnionMember.c b/test/FrontendC/2007-09-28-PackedUnionMember.c
index be244d5..4f543de 100644
--- a/test/FrontendC/2007-09-28-PackedUnionMember.c
+++ b/test/FrontendC/2007-09-28-PackedUnionMember.c
@@ -1,6 +1,6 @@
// RUN: %llvmgcc %s -S -o -
// XFAIL: *
-// See PR2425
+// See PR2452
#pragma pack(push, 2)
struct H {