Add some documentation to make Nick happy.

llvm-svn: 32754
This commit is contained in:
Reid Spencer 2006-12-23 19:06:54 +00:00
parent c9426f9566
commit 91438b8c2d

View File

@ -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.