]> granicus.if.org Git - clang/commitdiff
Fix unreasonably-precise CHECK.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Jun 2016 19:09:30 +0000 (19:09 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 28 Jun 2016 19:09:30 +0000 (19:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274050 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/inheriting-constructor.cpp

index 4ba59fdad859621b6d290e5fc6dbb43f60e302dc..a3adf70ebb188393e9342b959363bb1f02e9e027 100644 (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: }
 }