[cfe-commits] r136164 - /cfe/trunk/test/CodeGen/2007-11-07-ZeroAggregateAlign.c

Eric Christopher echristo at apple.com
Tue Jul 26 15:32:44 PDT 2011


Author: echristo
Date: Tue Jul 26 17:32:44 2011
New Revision: 136164

URL: http://llvm.org/viewvc/llvm-project?rev=136164&view=rev
Log:
Rework the match here to silence release mode windows buildbots.

Modified:
    cfe/trunk/test/CodeGen/2007-11-07-ZeroAggregateAlign.c

Modified: cfe/trunk/test/CodeGen/2007-11-07-ZeroAggregateAlign.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/2007-11-07-ZeroAggregateAlign.c?rev=136164&r1=136163&r2=136164&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/2007-11-07-ZeroAggregateAlign.c (original)
+++ cfe/trunk/test/CodeGen/2007-11-07-ZeroAggregateAlign.c Tue Jul 26 17:32:44 2011
@@ -1,5 +1,5 @@
 // RUN: %clang_cc1 -emit-llvm %s -o - | FileCheck %s
 struct A { short s; short t; int i; };
 // CHECK: %a = alloca %struct.A, align 4
-// CHECK: call void @llvm.memset.p0i8.i64(i8* %tmp, i8 0, i64 8, i32 4, i1 false)
+// CHECK: call void @llvm.memset.p0i8.i64{{.*}}i32 4, i1 false)
 void q() { struct A a = {0}; }





More information about the cfe-commits mailing list