зеркало из https://github.com/microsoft/clang-1.git
clang/test/CodeGenCXX: Fix two tests, destructors.cpp and microsoft-abi-array-cookies.cpp, for -Asserts.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155913 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
9ff009faec
Коммит
287ab9fe92
|
@ -362,7 +362,7 @@ namespace test9 {
|
|||
f1<int>();
|
||||
f2();
|
||||
}
|
||||
// CHECK: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %ref.tmp)
|
||||
// CHECK: call void @_ZN5test97ArgTypeD1Ev(%"struct.test9::ArgType"* %
|
||||
// CHECK: call void @_ZN5test92f2Ev()
|
||||
}
|
||||
|
||||
|
|
|
@ -54,6 +54,6 @@ void check_array_cookies_aligned() {
|
|||
// CHECK: bitcast i8* [[ARRAY]] to [[CLASS:%.*]]*
|
||||
|
||||
delete [] array;
|
||||
// CHECK: [[ARRAY_AS_CHAR:%.*]] = bitcast [[CLASS]]* %3 to i8*
|
||||
// CHECK: [[ARRAY_AS_CHAR:%.*]] = bitcast [[CLASS]]*
|
||||
// CHECK: getelementptr inbounds i8* [[ARRAY_AS_CHAR]], i64 -8
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче