Whitespace cleanup. Test commit.

llvm-svn: 54695
This commit is contained in:
Jim Grosbach 2008-08-12 18:34:45 +00:00
parent 050b91cd28
commit 643e60e19c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
* Add support for compiling functions in both ARM and Thumb mode, then taking * Add support for compiling functions in both ARM and Thumb mode, then taking
the smallest. the smallest.
* Add support for compiling individual basic blocks in thumb mode, when in a * Add support for compiling individual basic blocks in thumb mode, when in a
larger ARM function. This can be used for presumed cold code, like paths larger ARM function. This can be used for presumed cold code, like paths
to abort (failure path of asserts), EH handling code, etc. to abort (failure path of asserts), EH handling code, etc.