1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Whitespace cleanup. Test commit.

llvm-svn: 54695
This commit is contained in:
Jim Grosbach 2008-08-12 18:34:45 +00:00
parent 74bf5907fa
commit df52e6897d

View File

@ -4,6 +4,7 @@
* Add support for compiling functions in both ARM and Thumb mode, then taking
the smallest.
* 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
to abort (failure path of asserts), EH handling code, etc.