[llvm-commits] [llvm] r66749 - /llvm/trunk/lib/Transforms/Utils/SimplifyCFG.cpp

Chris Lattner clattner at apple.com
Wed Mar 11 23:57:46 PDT 2009


On Mar 11, 2009, at 6:00 PM, Dale Johannesen wrote:

> Author: johannes
> Date: Wed Mar 11 20:00:26 2009
> New Revision: 66749
>
> URL: http://llvm.org/viewvc/llvm-project?rev=66749&view=rev
> Log:
> Fix some nondeterministic behavior when forwarding
> from a switch table.  Multiple table entries that
> branch to the same place were being sorted by the
> pointer value of the ConstantInt*; changed to sort
> by the actual value of the ConstantInt.

Oooh, nice catch!

-Chris




More information about the llvm-commits mailing list