]> granicus.if.org Git - clang/commitdiff
Make this test pass on Release builds.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 12 Dec 2013 16:15:25 +0000 (16:15 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 12 Dec 2013 16:15:25 +0000 (16:15 +0000)
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

test/PCH/objcxx-ivar-class.mm

index c6625e65adadf93492dd318940193974a993975c..0ed4cc6ec93891c70ef6f0820d51369a97b96fd9 100644 (file)
@@ -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]