1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

this actually does pass with 4.0

llvm-svn: 45899
This commit is contained in:
Chris Lattner 2008-01-12 01:45:22 +00:00
parent 08584fc86a
commit c23b7b79fa

View File

@ -1,6 +1,5 @@
// RUN: %llvmgcc -xc++ %s -S -o /dev/null |& not grep warning
// rdar://5683899
// XFAIL: llvmgcc4.0.1
void** f(void **Buckets, unsigned NumBuckets) {
return Buckets + NumBuckets;
}