[cfe-commits] r147934 - /cfe/trunk/test/CodeGen/vla-4.c

NAKAMURA Takumi geek4civic at gmail.com
Wed Jan 11 00:34:53 PST 2012


Author: chapuni
Date: Wed Jan 11 02:34:52 2012
New Revision: 147934

URL: http://llvm.org/viewvc/llvm-project?rev=147934&view=rev
Log:
clang/test/CodeGen/vla-4.c: Relax expression for -Asserts.

Modified:
    cfe/trunk/test/CodeGen/vla-4.c

Modified: cfe/trunk/test/CodeGen/vla-4.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/vla-4.c?rev=147934&r1=147933&r2=147934&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/vla-4.c (original)
+++ cfe/trunk/test/CodeGen/vla-4.c Wed Jan 11 02:34:52 2012
@@ -18,7 +18,7 @@
 }
 
 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 ()*)()
 }





More information about the cfe-commits mailing list