From: Rafael Espindola Date: Thu, 12 Dec 2013 16:15:25 +0000 (+0000) Subject: Make this test pass on Release builds. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c99f8e73ff31e78f381cf1971b0179e4e6759ce6;p=clang Make this test pass on Release builds. On Assert builds the "call" was matching the variable name in %call = call ... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197167 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/objcxx-ivar-class.mm b/test/PCH/objcxx-ivar-class.mm index c6625e65ad..0ed4cc6ec9 100644 --- a/test/PCH/objcxx-ivar-class.mm +++ b/test/PCH/objcxx-ivar-class.mm @@ -9,7 +9,7 @@ // CHECK: call {{.*}} @_ZN1SC1ERKS_ // CHECK: [C setPosition:] -// CHECK: call {{.*}} %struct.S* @_ZN1SaSERKS_ +// CHECK: = call {{.*}}%struct.S* @_ZN1SaSERKS_ // CHECK: [C .cxx_destruct] // CHECK: [C .cxx_construct]