OSDN Git Service

Avoid output indeterminism between GCC and Clang builds.
authorPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Mon, 20 Jun 2016 10:19:04 +0000 (10:19 +0000)
committerPatrik Hagglund <patrik.h.hagglund@ericsson.com>
Mon, 20 Jun 2016 10:19:04 +0000 (10:19 +0000)
commit7293ea541bdb913afa6a663af18ce51eca62ff2e
tree93c783be9ca34d3c1812e237159789c390baf8dc
parent44907069dab7a0aa0850b08f6f27fa83aeaa5cd2
Avoid output indeterminism between GCC and Clang builds.

Remove dependency of the evalution order of function arguments, which
is unspecified.

Patch by David Stenberg.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@273145 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/ScalarEvolutionExpander.cpp