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
This commit is contained in:
Matthijs Kooijman 2008-06-16 09:38:23 +00:00
parent ad205a7687
commit d38a89287d
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
// XFAIL: *
// See PR2425
// See PR2452
struct {
int *name;

View File

@ -1,6 +1,6 @@
// RUN: %llvmgcc -xc %s -w -c -o - | llc
// XFAIL: *
// See PR2425
// See PR2452
#include <stdarg.h>

View 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 *);

View 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;

View File

@ -1,6 +1,6 @@
// RUN: %llvmgcc %s -S -o -
// XFAIL: *
// See PR2425
// See PR2452
#pragma pack(push, 2)
struct H {