Make MachineInstr instruction property queries more flexible. This change all
authorEvan Cheng <evan.cheng@apple.com>
Thu, 8 Dec 2011 19:23:10 +0000 (19:23 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 8 Dec 2011 19:23:10 +0000 (19:23 +0000)
commit43d5d4ca1c93529c43e78cc5aa03c4ee10a6b0d8
treea29ece352a28db522f70a42ae577aacfb5da4194
parente9c1e07c5f2abd4ce30b942ddb2ac165391b21a2
Make MachineInstr instruction property queries more flexible. This change all
clients to decide whether to look inside bundled instructions and whether
the query should return true if any / all bundled instructions have the
queried property.

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