Move comment to its rightful place
llvm-svn: 197219
diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst
index 6b1b88d..07661a8 100644
--- a/clang/docs/ReleaseNotes.rst
+++ b/clang/docs/ReleaseNotes.rst
@@ -64,11 +64,6 @@
New Compiler Flags
------------------
-...
-
-C Language Changes in Clang
----------------------------
-
The integrated assembler is now turned on by default on ARM (and Thumb),
so the use of the option `-integrated-as` is now redundant on those
architectures. This is an important move to both *eat our own dog food*
@@ -80,6 +75,11 @@
you find anything. In the meantime, use `-no-integrated-as` to revert
back the call to GNU assembler.
+C Language Changes in Clang
+---------------------------
+
+...
+
C11 Feature Support
^^^^^^^^^^^^^^^^^^^