diff src/cpu/x86/vm/assembler_x86.hpp @ 13561:4fc8c8bb4c32

removed Assembler::no_operand alias
author Doug Simon <doug.simon@oracle.com>
date Wed, 08 Jan 2014 22:59:53 +0100
parents d49f00604347
children b51e29501f30 03eda0a202e9
line wrap: on
line diff
--- a/src/cpu/x86/vm/assembler_x86.hpp	Wed Jan 08 22:59:24 2014 +0100
+++ b/src/cpu/x86/vm/assembler_x86.hpp	Wed Jan 08 22:59:53 2014 +0100
@@ -527,9 +527,6 @@
   enum WhichOperand {
     // input to locate_operand, and format code for relocations
     imm_operand  = 0,            // embedded 32-bit|64-bit immediate operand
-#ifdef GRAAL
-    no_operand   = imm_operand,  // format value for relocations at instructions with no operand
-#endif
     disp32_operand = 1,          // embedded 32-bit displacement or address
     call32_operand = 2,          // embedded 32-bit self-relative displacement
 #ifndef _LP64