From 218b78319277e27d8f283c85369f968ab580015b Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 27 Feb 2015 19:18:17 +0000 Subject: Update Clang tests to handle explicitly typed gep changes in LLVM. llvm-svn: 230783 --- clang/test/CodeGen/2007-03-27-VarLengthArray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/2007-03-27-VarLengthArray.c') diff --git a/clang/test/CodeGen/2007-03-27-VarLengthArray.c b/clang/test/CodeGen/2007-03-27-VarLengthArray.c index ec11f55e672..db92dab36e3 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|[0-9]}} +// CHECK: getelementptr inbounds i32, i32* %{{vla|[0-9]}} extern void f(int *); int e(int m, int n) { int x[n]; -- cgit v1.2.3