mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	Comment to be explicit that the enumeration values for CondCodes matter.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57295 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		| @@ -27,6 +27,8 @@ class raw_ostream; | |||||||
|  |  | ||||||
| // Enums corresponding to ARM condition codes | // Enums corresponding to ARM condition codes | ||||||
| namespace ARMCC { | namespace ARMCC { | ||||||
|  |   // The CondCodes constants map directly to the 4-bit encoding of the  | ||||||
|  |   // condition field for predicated instructions.  | ||||||
|   enum CondCodes { |   enum CondCodes { | ||||||
|     EQ, |     EQ, | ||||||
|     NE, |     NE, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user