Comment to be explicit that the enumeration values for CondCodes matter.

llvm-svn: 57295
This commit is contained in:
Jim Grosbach 2008-10-08 16:24:35 +00:00
parent bc53ce331a
commit 974799922e

View File

@ -27,6 +27,8 @@ class raw_ostream;
// 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,