diff src/share/vm/opto/addnode.hpp @ 1543:1a1603f975b5

Merge
author kvn
date Wed, 19 May 2010 10:22:39 -0700
parents b5fdf39b9749
children c18cbe5936b8
line wrap: on
line diff
--- a/src/share/vm/opto/addnode.hpp	Mon Apr 05 10:17:15 2010 -0700
+++ b/src/share/vm/opto/addnode.hpp	Wed May 19 10:22:39 2010 -0700
@@ -151,7 +151,6 @@
 
   // Do not match base-ptr edge
   virtual uint match_edge(uint idx) const;
-  static const Type *mach_bottom_type(const MachNode* n);  // used by ad_<arch>.hpp
 };
 
 //------------------------------OrINode----------------------------------------