comparison src/share/vm/c1/c1_LIR.hpp @ 8721:47bc9800972c

8006498: #if <symbol> is wrong in the code. Summary: ASSERT and other symbols used incorrectly with #if are supposed to be defined or not. Reviewed-by: dholmes, mikael
author jprovino
date Wed, 06 Mar 2013 13:46:55 -0500
parents 608b2e8a0063
children 46f6f063b272
comparison
equal deleted inserted replaced
8720:fad90b102190 8721:47bc9800972c
2373 XHandlers* all_xhandler(); 2373 XHandlers* all_xhandler();
2374 2374
2375 // collects all register operands of the instruction 2375 // collects all register operands of the instruction
2376 void visit(LIR_Op* op); 2376 void visit(LIR_Op* op);
2377 2377
2378 #if ASSERT 2378 #ifdef ASSERT
2379 // check that an operation has no operands 2379 // check that an operation has no operands
2380 bool no_operands(LIR_Op* op); 2380 bool no_operands(LIR_Op* op);
2381 #endif 2381 #endif
2382 2382
2383 // LIR_Op visitor functions use these to fill in the state 2383 // LIR_Op visitor functions use these to fill in the state