Fix for machine licm assert: RCCost <= RegPressure[RCId]
authorAndrew Trick <atrick@apple.com>
Tue, 19 Oct 2010 02:50:50 +0000 (02:50 +0000)
committerAndrew Trick <atrick@apple.com>
Tue, 19 Oct 2010 02:50:50 +0000 (02:50 +0000)
commitdc986d2462ca8df72af9e2f6afac0ba86b753e5b
treef222ef54c23a7fac4b7fbaa040720e9a216e7443
parent19785995f60c6980677888985884d65dc8975b44
Fix for machine licm assert: RCCost <= RegPressure[RCId]
in MultiSource/Benchmarks/VersaBench/beamformer/beamformer.
SmallSet.insert returns true if the element is inserted.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineLICM.cpp