Index: wp-includes/comment-template.php
===================================================================
--- wp-includes/comment-template.php	(revision 36269)
+++ wp-includes/comment-template.php	(working copy)
@@ -1323,10 +1323,13 @@
 				'count'   => true,
 				'orderby' => false,
 				'post_id' => $post->ID,
-				'parent'  => 0,
 				'status'  => 'approve',
 			);
 
+			if ( $comment_args['hierarchical'] ) {
+				$top_level_args['parent'] = 0;
+			}
+
 			if ( isset( $comment_args['include_unapproved'] ) ) {
 				$top_level_args['include_unapproved'] = $comment_args['include_unapproved'];
 			}
