src/share/vm/opto/type.hpp

changeset 1059
337400e7a5dd
parent 990
35ae4dd6c27c
child 1063
7bb995fbd3c0
equal deleted inserted replaced
1058:9adddb8c0fc8 1059:337400e7a5dd
1 /* 1 /*
2 * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. 2 * Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
413 static const TypeInt *CC_GT; // [1] == ONE 413 static const TypeInt *CC_GT; // [1] == ONE
414 static const TypeInt *CC_EQ; // [0] == ZERO 414 static const TypeInt *CC_EQ; // [0] == ZERO
415 static const TypeInt *CC_LE; // [-1,0] 415 static const TypeInt *CC_LE; // [-1,0]
416 static const TypeInt *CC_GE; // [0,1] == BOOL (!) 416 static const TypeInt *CC_GE; // [0,1] == BOOL (!)
417 static const TypeInt *BYTE; 417 static const TypeInt *BYTE;
418 static const TypeInt *UBYTE;
418 static const TypeInt *CHAR; 419 static const TypeInt *CHAR;
419 static const TypeInt *SHORT; 420 static const TypeInt *SHORT;
420 static const TypeInt *POS; 421 static const TypeInt *POS;
421 static const TypeInt *POS1; 422 static const TypeInt *POS1;
422 static const TypeInt *INT; 423 static const TypeInt *INT;

mercurial