forked from OSchip/llvm-project
Try to generalize the match to quiet the windows build bot.
llvm-svn: 136162
This commit is contained in:
parent
ae4280f721
commit
4a8bc43083
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue