[llvm-commits] CVS: llvm/include/llvm/InstrTypes.h

Reid Spencer reid at x10sys.com
Sat Dec 23 11:07:09 PST 2006



Changes in directory llvm/include/llvm:

InstrTypes.h updated: 1.56 -> 1.57
---
Log message:

Add some documentation to make Nick happy.


---
Diffs of the changes:  (+2 -1)

 InstrTypes.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletion(-)


Index: llvm/include/llvm/InstrTypes.h
diff -u llvm/include/llvm/InstrTypes.h:1.56 llvm/include/llvm/InstrTypes.h:1.57
--- llvm/include/llvm/InstrTypes.h:1.56	Sat Dec 23 00:05:40 2006
+++ llvm/include/llvm/InstrTypes.h	Sat Dec 23 13:06:54 2006
@@ -532,7 +532,8 @@
   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.






More information about the llvm-commits mailing list