hotspot/src/share/vm/opto/superword.cpp
changeset 37296 613278eb2a1e
parent 37248 11a660dbbb8e
parent 37292 64f6ae06310e
child 38049 e8541793960f
--- a/hotspot/src/share/vm/opto/superword.cpp	Fri Apr 08 01:00:10 2016 -0400
+++ b/hotspot/src/share/vm/opto/superword.cpp	Fri Apr 08 12:36:27 2016 -0400
@@ -3077,7 +3077,7 @@
 CountedLoopEndNode* SuperWord::get_pre_loop_end(CountedLoopNode* cl) {
   // The loop cannot be optimized if the graph shape at
   // the loop entry is inappropriate.
-  if (!PhaseIdealLoop::is_canonical_main_loop_entry(cl)) {
+  if (!PhaseIdealLoop::is_canonical_loop_entry(cl)) {
     return NULL;
   }