diff options
Diffstat (limited to 'test/CodeGenCXX/implicit-copy-constructor.cpp')
| -rw-r--r-- | test/CodeGenCXX/implicit-copy-constructor.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/implicit-copy-constructor.cpp b/test/CodeGenCXX/implicit-copy-constructor.cpp index bb04318e73076..d0224131c4da0 100644 --- a/test/CodeGenCXX/implicit-copy-constructor.cpp +++ b/test/CodeGenCXX/implicit-copy-constructor.cpp @@ -40,7 +40,7 @@ void f(D d) {    D d2(d);  } -// CHECK-LABEL: define linkonce_odr void @_ZN1DC1ERS_(%struct.D* %this, %struct.D*) unnamed_addr +// CHECK-LABEL: define linkonce_odr void @_ZN1DC1ERS_(%struct.D* %this, %struct.D* dereferenceable({{[0-9]+}})) unnamed_addr  // CHECK: call void @_ZN1AC1Ev  // CHECK: call void @_ZN1CC2ERS_1A  // CHECK: call void @_ZN1AD1Ev  | 
