simplify


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68000 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/StmtDumper.cpp b/lib/AST/StmtDumper.cpp
index 358098e..fa3b40c 100644
--- a/lib/AST/StmtDumper.cpp
+++ b/lib/AST/StmtDumper.cpp
@@ -271,7 +271,7 @@
     Indent();
     fprintf(F, "%p ", (void*) D);
     DumpDeclarator(D);
-    if (D->getNextDeclarator())
+    if (DI+1 != DE)
       fprintf(F,"\n");
     --IndentLevel;
   }