diff src/share/vm/opto/node.cpp @ 14752:311bf6c7488b

revert some changes to match upstream files
author twisti
date Tue, 25 Mar 2014 16:25:02 -0700
parents 29ccc4cbabca
children 4ca6dc0799b6
line wrap: on
line diff
--- a/src/share/vm/opto/node.cpp	Tue Mar 25 23:53:09 2014 +0100
+++ b/src/share/vm/opto/node.cpp	Tue Mar 25 16:25:02 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -476,6 +476,7 @@
 #pragma clang diagnostic pop
 #endif
 
+
 //------------------------------clone------------------------------------------
 // Clone a Node.
 Node *Node::clone() const {