Eliminate some temporary variables, and don't call getByValTypeAlignment
authorChris Lattner <sabre@nondot.org>
Sun, 22 May 2011 23:23:02 +0000 (23:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 May 2011 23:23:02 +0000 (23:23 +0000)
commit9db20f3bd89e51e0765ef21a9992f6dd5364a81e
tree8f09a704ce3433a6e7797242ee5ff918332c7652
parentd521d8bf923b2f4b3e44a4ae2ebd0dcb59d7b23b
Eliminate some temporary variables, and don't call getByValTypeAlignment
when we're just going to throw the result away.  No functionality change.

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