MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Mar 2012 17:03:45 +0000 (17:03 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 17 Mar 2012 17:03:45 +0000 (17:03 +0000)
commit85f9cef27e6b2605e67e94afc949f5b5f5b90668
tree5d43d05bfdef366710f8a2ebefe8eff9c7c55f89
parent70de1e442d30eceea6d71ef5403f06323eda7e55
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.

This is particularly helpful as both arguments tend to be constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152991 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
lib/CodeGen/MachineInstr.cpp