commit | c2808e705eb8a1a825a5807cabc16d55052c31bd | [log] [tgz] |
---|---|---|
author | Lang Hames <lhames@gmail.com> | Tue Feb 12 00:44:43 2013 +0000 |
committer | Lang Hames <lhames@gmail.com> | Tue Feb 12 00:44:43 2013 +0000 |
tree | 8e1064177e8bc76822823d30c730a8c8b300c331 | |
parent | 72dcecc8c2f9cdd4f0faacc62676d3bb6dba4d02 [diff] [blame] |
Backing out r174919 while I investigate a self-host bug on Takumi's builder. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174925 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenCXX/implicit-copy-assign-operator.cpp b/test/CodeGenCXX/implicit-copy-assign-operator.cpp index 79586fb..0ec89fc 100644 --- a/test/CodeGenCXX/implicit-copy-assign-operator.cpp +++ b/test/CodeGenCXX/implicit-copy-assign-operator.cpp
@@ -44,7 +44,7 @@ // CHECK: {{call.*_ZN1AaSERS_}} // CHECK: {{call.*_ZN1BaSERS_}} // CHECK: {{call.*_ZN1CaSERKS_}} -// CHECK: {{call void @llvm.memcpy.p0i8.p0i8.i64.*i64 28}} +// CHECK: {{call void @llvm.memcpy.p0i8.p0i8.i64.*i64 24}} // CHECK: {{call.*_ZN1BaSERS_}} // CHECK: br // CHECK: {{call.*_ZN1CaSERKS_}}