8044496: 8034812 broke build with clang
authoriveresov
Mon, 02 Jun 2014 07:26:52 -1000
changeset 24925 b6b982fce332
parent 24924 f4f18b588249
child 24927 1449552c239c
8044496: 8034812 broke build with clang Summary: Remove superfluous clang-diagnostic-pop Reviewed-by: kvn, drchase
hotspot/src/share/vm/opto/node.cpp
--- a/hotspot/src/share/vm/opto/node.cpp	Mon Jun 02 10:01:15 2014 +0200
+++ b/hotspot/src/share/vm/opto/node.cpp	Mon Jun 02 07:26:52 2014 -1000
@@ -456,10 +456,6 @@
   _in[6] = n6; if (n6 != NULL) n6->add_out((Node *)this);
 }
 
-#ifdef __clang__
-#pragma clang diagnostic pop
-#endif
-
 
 //------------------------------clone------------------------------------------
 // Clone a Node.