Use a temporary variable, rather then a series of redundant calls.
authorChad Rosier <mcrosier@apple.com>
Wed, 15 Feb 2012 00:36:26 +0000 (00:36 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 15 Feb 2012 00:36:26 +0000 (00:36 +0000)
commit15b4497333430fbc3e20e5fb7718d4e0d838168b
tree5bf95d3fe9816059e0280bed1940e7b6063226c2
parent9989a63818581bcfeed730e42055af425fdf9353
Use a temporary variable, rather then a series of redundant calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150538 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp