1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Adjust this test for recent llvm-gcc changes.

llvm-svn: 65771
This commit is contained in:
Duncan Sands 2009-03-01 15:01:51 +00:00
parent 329a7285b4
commit 2a1baecb38

View File

@ -1,4 +1,4 @@
// RUN: %llvmgcc -S %s -o - | grep {getelementptr i32}
// RUN: %llvmgcc -S %s -o - | grep {getelementptr \\\[0 x i32\\\]}
extern void f(int *);
int e(int m, int n) {
int x[n];