src/cpu/x86/vm/c2_globals_x86.hpp

changeset 1800
6476042f815c
parent 1499
473cce303f13
child 1907
c18cbe5936b8
     1.1 --- a/src/cpu/x86/vm/c2_globals_x86.hpp	Tue Apr 06 15:18:10 2010 -0700
     1.2 +++ b/src/cpu/x86/vm/c2_globals_x86.hpp	Wed Apr 07 09:37:47 2010 -0700
     1.3 @@ -80,7 +80,6 @@
     1.4  // Ergonomics related flags
     1.5  define_pd_global(uint64_t,MaxRAM,                    4ULL*G);
     1.6  #endif // AMD64
     1.7 -define_pd_global(intx, OptoLoopAlignment,            16);
     1.8  define_pd_global(intx, RegisterCostAreaRatio,        16000);
     1.9  
    1.10  // Peephole and CISC spilling both break the graph, and so makes the

mercurial