Try to generalize the match to quiet the windows build bot.

llvm-svn: 136162
This commit is contained in:
Eric Christopher 2011-07-26 22:27:01 +00:00
parent ae4280f721
commit 4a8bc43083
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
// CHECK: getelementptr inbounds i32* %vla
// CHECK: getelementptr inbounds i32* %{{vla|[0-9]}}
extern void f(int *);
int e(int m, int n) {
int x[n];