[llvm-commits] [PATCH 3/3] Patch to trigger post dominator bug

Tobias Grosser grosser at fim.uni-passau.de
Thu Jan 7 04:37:15 PST 2010


On 01/07/10 06:46, Duncan Sands wrote:
> Anton Korobeynikov wrote:
>> Hi, Tobias
>>
>>> !!! Not intended to commit as the assert is very expensive.
>> There is special "expensive checks" mode. It will be nice to include
>> assert there somehow...
>>
>
> You can do it as follows:
>
> #ifdef XDEBUG
>       do expensive check here
> #endif
>

OK. I will commit the assert after approval.

Tobi



More information about the llvm-commits mailing list