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
Loading
Please register or sign in to comment