From: Daniel Dunbar Date: Mon, 26 Mar 2012 20:18:16 +0000 (+0000) Subject: [tests] Fix test failure in release mode. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5432ff22f0486cb96c95716638d1824417ca52c9;p=clang [tests] Fix test failure in release mode. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153460 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/tbaa-for-vptr.cpp b/test/CodeGen/tbaa-for-vptr.cpp index c63c736852..f4885f805d 100644 --- a/test/CodeGen/tbaa-for-vptr.cpp +++ b/test/CodeGen/tbaa-for-vptr.cpp @@ -13,7 +13,7 @@ void CallFoo(A *a) { a->foo(); } -// CHECK: %vtable = load {{.*}} !tbaa !0 +// CHECK: %{{.*}} = load {{.*}} !tbaa !0 // CHECK: store {{.*}} !tbaa !0 // CHECK: !0 = metadata !{metadata !"vtable pointer", metadata !1} // CHECK: !1 = metadata !{metadata !"Simple C/C++ TBAA", null}