Add some documentation to make Nick happy.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32754 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2006-12-23 19:06:54 +00:00
parent 1b0d847874
commit 1db0ce8163

View File

@ -532,7 +532,8 @@ public:
unsigned getNumOperands() const { return 2; } unsigned getNumOperands() const { return 2; }
/// This is just a convenience that dispatches to the subclasses. /// 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(); void swapOperands();
/// This is just a convenience that dispatches to the subclasses. /// This is just a convenience that dispatches to the subclasses.