Thank you!

On Fri, Oct 2, 2015 at 5:54 PM, NAKAMURA Takumi <geek4ci...@gmail.com>
wrote:

> chapuni added a subscriber: chapuni.
>
> ================
> Comment at: test/CodeGenCXX/strict-vtable-pointers.cpp:145
> @@ +144,3 @@
> +// CHECK-CTORS: %[[THIS3:.*]] = bitcast i8* %[[THIS2]] to
> %[[DynamicDerived]]*
> +// CHECK-CTORS: %[[THIS4:.*]] = bitcast %[[DynamicDerived]]* %2 to
> %[[DynamicBase:.*]]*
> +// CHECK-CTORS: call void @_ZN12DynamicBase1C2Ev(%[[DynamicBase]]*
> %[[THIS4]])
> ----------------
> You missed "%2" (should be THIS3). Fixed in r249223.
>
>
> http://reviews.llvm.org/D13373
>
>
>
>
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to