rnk added a comment.

In http://reviews.llvm.org/D18196#376837, @ahatanak wrote:

> I can add another RUN line to test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp 
> that is identical to the existing RUN line except that it has "-O3 
> -disable-llvm-optzns". I confirmed that the test still passes without any 
> changes to the test itself.
>
> Is that what you are looking for?


I assumed the test wouldn't pass with those flags, but yes, that works. Could 
you add the obvious CHECK lines for a simple cleanup though? There should be an 
invoke, two cleanuppads, one calls the dtor, the other ends the lifetime, they 
chain to each other.


http://reviews.llvm.org/D18196



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to