From 1db0ce81639680dc6378e243f6debd0978276056 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 23 Dec 2006 19:06:54 +0000 Subject: [PATCH] Add some documentation to make Nick happy. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32754 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/InstrTypes.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/llvm/InstrTypes.h b/include/llvm/InstrTypes.h index 152f4773ebe..22b52c5f736 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.