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:
parent
08584fc86a
commit
c23b7b79fa
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user