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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
