Move comment to its rightful place

llvm-svn: 197219
This commit is contained in:
Renato Golin 2013-12-13 09:27:34 +00:00
parent c8ccef49cc
commit f2fcddb967
1 changed files with 5 additions and 5 deletions

View File

@ -64,11 +64,6 @@ about them. The improvements since the 3.4 release include:
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 @@ getting them all fixed. Please, report bugs or feature requests if
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
^^^^^^^^^^^^^^^^^^^