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 | 9aad39af4fb4bdfc5079a56e7b4a57037255d50f (patch) | |
| tree | 6dbacbf62b174b52d6dc87a0f884143c5f1bcfa0 | |
| parent | 43c77d53ff24af1f7bce7eba21ae859e20ebef1d (diff) | |
| download | bcm5719-llvm-9aad39af4fb4bdfc5079a56e7b4a57037255d50f.tar.gz bcm5719-llvm-9aad39af4fb4bdfc5079a56e7b4a57037255d50f.zip | |
Add some documentation to make Nick happy.
llvm-svn: 32754
| -rw-r--r-- | llvm/include/llvm/InstrTypes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/InstrTypes.h b/llvm/include/llvm/InstrTypes.h index 152f4773ebe..22b52c5f736 100644 --- a/llvm/include/llvm/InstrTypes.h +++ b/llvm/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. |

