Don't recompute something that we already have in a local variable.
authorCameron Zwarich <zwarich@apple.com>
Wed, 16 Mar 2011 22:20:07 +0000 (22:20 +0000)
committerCameron Zwarich <zwarich@apple.com>
Wed, 16 Mar 2011 22:20:07 +0000 (22:20 +0000)
commit8df6bf5f5c8a55b089ef8b706bc0cc77ff16906c
treede589713cc324a2d5505f3f8f3c8c30413d43485
parent83320a023c26aa8150761fc0694e7999941febb2
Don't recompute something that we already have in a local variable.

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