[cfe-commits] r94073 - /cfe/trunk/test/CodeGenCXX/dyncast.cpp

Mike Stump mrs at apple.com
Thu Jan 21 09:36:57 PST 2010


On Jan 21, 2010, at 7:19 AM, Benjamin Kramer wrote:
> Author: d0k
> Date: Thu Jan 21 09:19:14 2010
> New Revision: 94073
>
> URL: http://llvm.org/viewvc/llvm-project?rev=94073&view=rev
> Log:
> Match branch labels with the trailing colon so we don't accidentally  
> match something else.

In Release-Asserts testing, this:

   ; <label>:1 ; preds = %0

is generated.  But your update doesn't match that.  This:

   make ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 test

will run the tests in that mode.



More information about the cfe-commits mailing list