comparison graal/GraalCompiler/src/com/sun/c1x/target/amd64/AMD64LIRGenerator.java @ 2661:194d93d089bd

Towards clean up of canTrap().
author Thomas Wuerthinger <thomas@wuerthinger.net>
date Wed, 11 May 2011 17:18:31 +0200
parents 776e026f2e15
children 0ea5f12e873a
comparison
equal deleted inserted replaced
2660:9f557e940180 2661:194d93d089bd
22 */ 22 */
23 23
24 package com.sun.c1x.target.amd64; 24 package com.sun.c1x.target.amd64;
25 25
26 import com.sun.c1x.*; 26 import com.sun.c1x.*;
27 import com.sun.c1x.alloc.OperandPool.VariableFlag;
28 import com.sun.c1x.gen.*; 27 import com.sun.c1x.gen.*;
29 import com.sun.c1x.globalstub.*; 28 import com.sun.c1x.globalstub.*;
30 import com.sun.c1x.ir.*; 29 import com.sun.c1x.ir.*;
31 import com.sun.c1x.lir.*; 30 import com.sun.c1x.lir.*;
32 import com.sun.c1x.util.*; 31 import com.sun.c1x.util.*;
33 import com.sun.c1x.value.*;
34 import com.sun.cri.bytecode.*; 32 import com.sun.cri.bytecode.*;
35 import com.sun.cri.ci.*; 33 import com.sun.cri.ci.*;
36 34
37 /** 35 /**
38 * This class implements the X86-specific portion of the LIR generator. 36 * This class implements the X86-specific portion of the LIR generator.