[llvm-commits] [llvm] r57295 - /llvm/trunk/lib/Target/ARM/ARM.h

Jim Grosbach grosbach at apple.com
Wed Oct 8 09:24:37 PDT 2008


Author: grosbach
Date: Wed Oct  8 11:24:35 2008
New Revision: 57295

URL: http://llvm.org/viewvc/llvm-project?rev=57295&view=rev
Log:
Comment to be explicit that the enumeration values for CondCodes matter.

Modified:
    llvm/trunk/lib/Target/ARM/ARM.h

Modified: llvm/trunk/lib/Target/ARM/ARM.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARM.h?rev=57295&r1=57294&r2=57295&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARM.h (original)
+++ llvm/trunk/lib/Target/ARM/ARM.h Wed Oct  8 11:24:35 2008
@@ -27,6 +27,8 @@
 
 // Enums corresponding to ARM condition codes
 namespace ARMCC {
+  // The CondCodes constants map directly to the 4-bit encoding of the 
+  // condition field for predicated instructions. 
   enum CondCodes {
     EQ,
     NE,





More information about the llvm-commits mailing list