src/share/vm/c1/c1_LIR.hpp

changeset 4721
47bc9800972c
parent 4404
608b2e8a0063
child 4860
46f6f063b272
     1.1 --- a/src/share/vm/c1/c1_LIR.hpp	Wed Mar 06 13:38:17 2013 -0500
     1.2 +++ b/src/share/vm/c1/c1_LIR.hpp	Wed Mar 06 13:46:55 2013 -0500
     1.3 @@ -2375,7 +2375,7 @@
     1.4    // collects all register operands of the instruction
     1.5    void visit(LIR_Op* op);
     1.6  
     1.7 -#if ASSERT
     1.8 +#ifdef ASSERT
     1.9    // check that an operation has no operands
    1.10    bool no_operands(LIR_Op* op);
    1.11  #endif

mercurial