diff options
author | Eric Christopher <echristo@apple.com> | 2011-07-26 22:27:01 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-07-26 22:27:01 +0000 |
commit | 4a8bc43083fcd9229e2349761f76b2b865cea7f0 (patch) | |
tree | fdb34d6e5588640baacdb6e0b957cd7ece4ae25b /clang/test/CodeGen/2007-03-27-VarLengthArray.c | |
parent | ae4280f7210a978887a17bc3e669b1fbb09b35f5 (diff) | |
download | bcm5719-llvm-4a8bc43083fcd9229e2349761f76b2b865cea7f0.tar.gz bcm5719-llvm-4a8bc43083fcd9229e2349761f76b2b865cea7f0.zip |
Try to generalize the match to quiet the windows build bot.
llvm-svn: 136162
Diffstat (limited to 'clang/test/CodeGen/2007-03-27-VarLengthArray.c')
-rw-r--r-- | clang/test/CodeGen/2007-03-27-VarLengthArray.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2007-03-27-VarLengthArray.c b/clang/test/CodeGen/2007-03-27-VarLengthArray.c index dde5245989f..ec11f55e672 100644 --- a/clang/test/CodeGen/2007-03-27-VarLengthArray.c +++ b/clang/test/CodeGen/2007-03-27-VarLengthArray.c @@ -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]; |