comparison graal/com.oracle.graal.api.code/src/com/oracle/graal/api/code/TargetDescription.java @ 5774:a1db0ea58b53

Removed left over Ci* prefixed identifiers
author Doug Simon <doug.simon@oracle.com>
date Thu, 05 Jul 2012 21:39:22 +0200
parents 4d7175cf3526
children b3a75a3d9e1b
comparison
equal deleted inserted replaced
5773:772118da9f68 5774:a1db0ea58b53
51 * The machine word size on this target. 51 * The machine word size on this target.
52 */ 52 */
53 public final int wordSize; 53 public final int wordSize;
54 54
55 /** 55 /**
56 * The CiKind to be used for representing raw pointers and CPU registers. 56 * The kind to be used for representing raw pointers and CPU registers.
57 */ 57 */
58 public final Kind wordKind; 58 public final Kind wordKind;
59 59
60 /** 60 /**
61 * The stack alignment requirement of the platform. For example, 61 * The stack alignment requirement of the platform. For example,