Update hasProperty comment.

llvm-svn: 148936
This commit is contained in:
Evan Cheng 2012-01-25 07:38:48 +00:00
parent 866faab4db
commit ef6a2ea216
1 changed files with 0 additions and 3 deletions

View File

@ -302,9 +302,6 @@ public:
/// The first argument is the property being queried.
/// The second argument indicates whether the query should look inside
/// 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;
/// isVariadic - Return true if this instruction can have a variable number of