Moved a FIXME to where it was meant to be.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75651 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/DeclCXX.cpp b/lib/AST/DeclCXX.cpp
index 607c4aa..70c7a1b 100644
--- a/lib/AST/DeclCXX.cpp
+++ b/lib/AST/DeclCXX.cpp
@@ -484,8 +484,8 @@
                                     unsigned NumInitializers) {
   // We need to build the initializer AST according to order of construction
   // and not what user specified in the Initializers list.
-  // FIXME. We probably don't need this. But it is cleaner.
   CXXRecordDecl *ClassDecl = cast<CXXRecordDecl>(getDeclContext());
+  // FIXME. We probably don't need to use AllToInit. But it is cleaner.
   llvm::SmallVector<CXXBaseOrMemberInitializer*, 32> AllToInit;
   // Push virtual bases before others.
   for (CXXRecordDecl::base_class_iterator VBase =