From: NAKAMURA Takumi Date: Wed, 11 Jan 2012 08:34:52 +0000 (+0000) Subject: clang/test/CodeGen/vla-4.c: Relax expression for -Asserts. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8844f454c7e4606578b763255a35c3a213219141;p=clang clang/test/CodeGen/vla-4.c: Relax expression for -Asserts. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147934 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/vla-4.c b/test/CodeGen/vla-4.c index 5c1d131ea3..6e4ca985a6 100644 --- a/test/CodeGen/vla-4.c +++ b/test/CodeGen/vla-4.c @@ -18,7 +18,7 @@ void t2() { } void t3(typeof((int (*)[f()]) h()) v) { - // CHECK: store i32* %v, i32** %v.addr, align 4 + // CHECK: store i32* %v, i32** %{{[.0-9A-Za-z]+}}, align 4 // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @f to i32 ()*)() // CHECK-NEXT: [[P:%.*]] = call i32 bitcast (i32 (...)* @h to i32 ()*)() }