diff options
| author | Jim Grosbach <grosbach@apple.com> | 2008-08-12 18:34:45 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2008-08-12 18:34:45 +0000 |
| commit | 643e60e19c7933a67c88fde2fc6957e124046d64 (patch) | |
| tree | 2feb1a9625ff6265d921ae1de10e9244248305e6 | |
| parent | 050b91cd28bbae15bf3da6d3a514551bf3dc932b (diff) | |
| download | bcm5719-llvm-643e60e19c7933a67c88fde2fc6957e124046d64.tar.gz bcm5719-llvm-643e60e19c7933a67c88fde2fc6957e124046d64.zip | |
Whitespace cleanup. Test commit.
llvm-svn: 54695
| -rw-r--r-- | llvm/lib/Target/ARM/README-Thumb.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/ARM/README-Thumb.txt b/llvm/lib/Target/ARM/README-Thumb.txt index 5bd16a34335..4d3200b445c 100644 --- a/llvm/lib/Target/ARM/README-Thumb.txt +++ b/llvm/lib/Target/ARM/README-Thumb.txt @@ -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. |

