mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
Comment to be explicit that the enumeration values for CondCodes matter.
llvm-svn: 57295
This commit is contained in:
parent
bc53ce331a
commit
974799922e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user