Don't cache the MBB in the class. Its only used by one function. Change a for loop...
authorCraig Topper <craig.topper@gmail.com>
Wed, 22 Aug 2012 05:59:59 +0000 (05:59 +0000)
committerCraig Topper <craig.topper@gmail.com>
Wed, 22 Aug 2012 05:59:59 +0000 (05:59 +0000)
commitdf8de92083e9cc97999e9f2f7bc7ef1df9ac6258
treed7f4086551ec26b7292911e6eef9aca7bd006a88
parentf7c4d26f77465d731054021ba6bdde556e9f25b7
Don't cache the MBB in the class. Its only used by one function. Change a for loop over operands to use unsigned instead of int.

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