diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-12-23 19:06:54 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-12-23 19:06:54 +0000 |
commit | 1db0ce81639680dc6378e243f6debd0978276056 (patch) | |
tree | dab4efff9893f42816b5a8160696ef3c715adc82 | |
parent | 1b0d847874af8690916795b5a1bfe36204738ad6 (diff) |
Add some documentation to make Nick happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32754 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/InstrTypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h index 152f4773eb..22b52c5f73 100644 --- a/include/llvm/InstrTypes.h +++ b/include/llvm/InstrTypes.h @@ -532,7 +532,8 @@ public: unsigned getNumOperands() const { return 2; } /// This is just a convenience that dispatches to the subclasses. - /// @brief Swap the operands. + /// @brief Swap the operands and adjust predicate accordingly to retain + /// the same comparison. void swapOperands(); /// This is just a convenience that dispatches to the subclasses. |