mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
Update hasProperty comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@148936 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1f00f4d48
commit
a15c9d84de
@ -302,9 +302,6 @@ public:
|
|||||||
/// The first argument is the property being queried.
|
/// The first argument is the property being queried.
|
||||||
/// The second argument indicates whether the query should look inside
|
/// The second argument indicates whether the query should look inside
|
||||||
/// instruction bundles.
|
/// instruction bundles.
|
||||||
/// If the third argument is true, than the query can return true when *any*
|
|
||||||
/// of the bundled instructions has the queried property. If it's false, then
|
|
||||||
/// this can return true iff *all* of the instructions have the property.
|
|
||||||
bool hasProperty(unsigned Flag, QueryType Type = AnyInBundle) const;
|
bool hasProperty(unsigned Flag, QueryType Type = AnyInBundle) const;
|
||||||
|
|
||||||
/// isVariadic - Return true if this instruction can have a variable number of
|
/// isVariadic - Return true if this instruction can have a variable number of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user