Fix unreasonably-precise CHECK.

llvm-svn: 274050
This commit is contained in:
Richard Smith 2016-06-28 19:09:30 +00:00
parent 5179eb7821
commit 183b3014a4
1 changed files with 2 additions and 2 deletions

View File

@ -386,12 +386,12 @@ namespace inline_virt {
// B base object inheriting constructor does not get passed arguments.
// ITANIUM-LABEL: define linkonce_odr void @_ZN11inline_virt1BCI2NS_1AEE1QiS1_OS1_z(
// ITANIUM-NOT: call
// ITANIUM: call void @_ZN1ZC2Ev(%struct.Z* %2)
// ITANIUM: call void @_ZN1ZC2Ev(
// ITANIUM-NOT: call
// VTT -> vtable
// ITANIUM: store
// ITANIUM-NOT: call
// ITANIUM: call void @_ZN1ZC1Ev(%struct.Z* %z)
// ITANIUM: call void @_ZN1ZC1Ev(
// ITANIUM-NOT: call
// ITANIUM: }
}