Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 26 Aug 2015 20:36:52 +0000 (20:36 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 26 Aug 2015 20:36:52 +0000 (20:36 +0000)
commitab3081c118fe3143628624a46db0f5d7dd874476
tree0ad3908ae50130e9e988db0792fec2fa99c0c13e
parenta7a6da103b90bd3118980ecd0b4f3bd5f02dbfed
Expose hasLiveCondCodeDef as a member function of the X86InstrInfo class. NFC

This takes the existing static function hasLiveCondCodeDef and makes it a member function of the X86InstrInfo class. This is a useful utility function that an upcoming change would like to use. NFC.

Patch by: Kevin B. Smith
Differential Revision: http://reviews.llvm.org/D12371

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