X86: hoist a condition into a variable (NFC)
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 12 Aug 2015 02:01:36 +0000 (02:01 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 12 Aug 2015 02:01:36 +0000 (02:01 +0000)
commit9e5f2a96f1c2e0ba2456b86102d5f558bcfc01dc
tree8833c0945cd1c4d2d0b8571e426bfc3f302bef7b
parent12c7837381a478ab7836f8176ccff37c8d182a1b
X86: hoist a condition into a variable (NFC)

The same value is used multiple times through the function.  Hoist the condition
into a variable.  This should fix a silly static analysis warning where the
conditions flip around.  No functional change intended.

llvm-svn: 244713
llvm/lib/Target/X86/X86ISelLowering.cpp