aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2012-01-25 07:38:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2012-01-25 07:38:48 +0000
commitef6a2ea2163061e7a97dfe3d446b33bb5cc1b3dd (patch)
tree9c29531aa443540499ea57385e913f901d8cc7bd
parent866faab4db1157e1edd2771024aee263367ec1fc (diff)
downloadllvm-ef6a2ea2163061e7a97dfe3d446b33bb5cc1b3dd.zip
llvm-ef6a2ea2163061e7a97dfe3d446b33bb5cc1b3dd.tar.gz
llvm-ef6a2ea2163061e7a97dfe3d446b33bb5cc1b3dd.tar.bz2
Update hasProperty comment.
llvm-svn: 148936
-rw-r--r--llvm/include/llvm/CodeGen/MachineInstr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineInstr.h b/llvm/include/llvm/CodeGen/MachineInstr.h
index 904f1a6..660d0d0 100644
--- a/llvm/include/llvm/CodeGen/MachineInstr.h
+++ b/llvm/include/llvm/CodeGen/MachineInstr.h
@@ -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