[llvm-commits] [llvm] r148936 - /llvm/trunk/include/llvm/CodeGen/MachineInstr.h

Evan Cheng evan.cheng at apple.com
Tue Jan 24 23:38:48 PST 2012


Author: evancheng
Date: Wed Jan 25 01:38:48 2012
New Revision: 148936

URL: http://llvm.org/viewvc/llvm-project?rev=148936&view=rev
Log:
Update hasProperty comment.

Modified:
    llvm/trunk/include/llvm/CodeGen/MachineInstr.h

Modified: llvm/trunk/include/llvm/CodeGen/MachineInstr.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/MachineInstr.h?rev=148936&r1=148935&r2=148936&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/MachineInstr.h (original)
+++ llvm/trunk/include/llvm/CodeGen/MachineInstr.h Wed Jan 25 01:38:48 2012
@@ -302,9 +302,6 @@
   /// 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





More information about the llvm-commits mailing list