OSDN Git Service

FunctionComparator: don't rely on argument evaluation order.
authorErik Eckstein <eeckstein@apple.com>
Fri, 11 Nov 2016 22:21:39 +0000 (22:21 +0000)
committerErik Eckstein <eeckstein@apple.com>
Fri, 11 Nov 2016 22:21:39 +0000 (22:21 +0000)
commiteec5bf79c3a388b7c14277f05f51c970eeb42985
tree5321e13b5e8f1ca2618a9e7d55147e3119868238
parentaa2b11dcf3dea813d2cb8a4b4ceae103db81c987
FunctionComparator: don't rely on argument evaluation order.

This is a follow-up on the recent refactoring of the FunctionMerge pass.
It should fix a fail of the new FunctionComparator unittest whe compiling with MSVC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286648 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/FunctionComparator.cpp