Minor optimization efficiency improvement:
authorChris Lattner <sabre@nondot.org>
Fri, 12 Sep 2003 15:36:03 +0000 (15:36 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Sep 2003 15:36:03 +0000 (15:36 +0000)
commitfe7ea0da17a1b5150aabbc2e82c5f4a0750dc23e
treed66bb8c057641b2d9f82018b33c50bcc6b004579
parent37f92e25689bacd2308c92f33d01163478cf5ad1
Minor optimization efficiency improvement:
  - Run mem2reg promotion first
  - Only rerun passes if the previous thing changed something

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/ScalarReplAggregates.cpp