Fix PR numbers, I accidentally switched two digits.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 16 Jun 2008 09:38:23 +0000 (09:38 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 16 Jun 2008 09:38:23 +0000 (09:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52311 91177308-0d34-0410-b5e6-96231b3b80d8

test/FrontendC/2003-08-21-WideString.c
test/FrontendC/2004-02-13-IllegalVararg.c
test/FrontendC/2006-09-18-fwrite-cast-crash.c
test/FrontendC/2007-09-05-ConstCtor.c
test/FrontendC/2007-09-28-PackedUnionMember.c

index ae0783eaadd01954eb4e672b816ac2e9b059729f..75ff557a3d3f86951bdc6e49383984261b827645 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
 // XFAIL: *
-// See PR2425
+// See PR2452
 
 struct {
   int *name;
index 06073305e09b4379f398046f247356c63f58ae36..21039c6b0fa9b93a94a656ebd711ef05cce945b4 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc -xc %s -w -c -o - | llc
 // XFAIL: *
-// See PR2425
+// See PR2452
 
 #include <stdarg.h>
 
index fa64999fbdbb803405364522ae659dd0d9a5751f..a693c5666f21589e1e857c6cfd40fe37db139960 100644 (file)
@@ -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 *);
index 0b06cc8dc489fb27de3eaf65e51530621e666bc2..6d9fbd5c14b873a173ac38b90aa17350634b88d4 100644 (file)
@@ -1,7 +1,7 @@
 // RUN: %llvmgcc -xc -Os -c %s -o /dev/null
 // PR1641
 // XFAIL: *
-// See PR2425
+// See PR2452
 
 struct A {
   unsigned long l;
index be244d5d4e432188a78943ffd23ebfbe6c16cb20..4f543de09c722be1651683e1e426007b55dbef17 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -S -o -
 // XFAIL: *
-// See PR2425
+// See PR2452
 
 #pragma pack(push, 2)
 struct H {