[cfe-commits] r136162 - /cfe/trunk/test/CodeGen/2007-03-27-VarLengthArray.c
Eric Christopher
echristo at apple.com
Tue Jul 26 15:27:01 PDT 2011
Author: echristo
Date: Tue Jul 26 17:27:01 2011
New Revision: 136162
URL: http://llvm.org/viewvc/llvm-project?rev=136162&view=rev
Log:
Try to generalize the match to quiet the windows build bot.
Modified:
cfe/trunk/test/CodeGen/2007-03-27-VarLengthArray.c
Modified: cfe/trunk/test/CodeGen/2007-03-27-VarLengthArray.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2007-03-27-VarLengthArray.c?rev=136162&r1=136161&r2=136162&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2007-03-27-VarLengthArray.c (original)
+++ cfe/trunk/test/CodeGen/2007-03-27-VarLengthArray.c Tue Jul 26 17:27:01 2011
@@ -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];
More information about the cfe-commits
mailing list