commit | 0691a5c83246604a89654e0dfc25870e742035b4 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jan 25 19:10:24 2011 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Tue Jan 25 19:10:24 2011 +0000 |
tree | 8b4608bfd4455eff554be6f03275a3817ed14ee9 | |
parent | 9f0f3cd94ac992bc6714b49ffe5272521ce12d77 [diff] [blame] |
Move unnamed_addr after the function arguments on Sabre's request. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124210 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjCXX/implicit-copy-constructor.mm b/test/CodeGenObjCXX/implicit-copy-constructor.mm index d9ed55f..10eb644 100644 --- a/test/CodeGenObjCXX/implicit-copy-constructor.mm +++ b/test/CodeGenObjCXX/implicit-copy-constructor.mm
@@ -41,7 +41,7 @@ D d2(d); } -// CHECK: define linkonce_odr unnamed_addr void @_ZN1DC1ERS_ +// CHECK: define linkonce_odr void @_ZN1DC1ERS_(%struct.D* %this, %struct.D*) unnamed_addr // CHECK: call void @_ZN1AC1Ev // CHECK: call void @_ZN1CC2ERS_1A // CHECK: call void @_ZN1AD1Ev