comparison graal/GraalCompiler/src/com/sun/c1x/alloc/LinearScan.java @ 2726:819a40e46826

Clean up
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Thu, 19 May 2011 17:02:12 +0200
parents ae1c50a03297
children a2f62de90c76
comparison
equal deleted inserted replaced
2725:c379183d1c54 2726:819a40e46826
108 */ 108 */
109 LIRInstruction[] opIdToInstructionMap; 109 LIRInstruction[] opIdToInstructionMap;
110 110
111 /** 111 /**
112 * Map from an instruction {@linkplain LIRInstruction#id id} to the {@linkplain 112 * Map from an instruction {@linkplain LIRInstruction#id id} to the {@linkplain
113 * BlockBegin block} containing the instruction. Entries should be retrieved with 113 * LIRBlock block} containing the instruction. Entries should be retrieved with
114 * {@link #blockForId(int)} as the id is not simply an index into this array. 114 * {@link #blockForId(int)} as the id is not simply an index into this array.
115 */ 115 */
116 LIRBlock[] opIdToBlockMap; 116 LIRBlock[] opIdToBlockMap;
117 117
118 /** 118 /**