summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/README-Thumb.txt
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2008-08-12 18:34:45 +0000
committerJim Grosbach <grosbach@apple.com>2008-08-12 18:34:45 +0000
commit1a6c683315bd88dea19b97a8752c0b8cc43e4285 (patch)
tree943b7850abb33003758d0729f162e50eac0f0aaf /lib/Target/ARM/README-Thumb.txt
parentec867a22b3b3e131187e105b3639bcf5eb101590 (diff)
downloadllvm-1a6c683315bd88dea19b97a8752c0b8cc43e4285.tar.gz
llvm-1a6c683315bd88dea19b97a8752c0b8cc43e4285.tar.bz2
llvm-1a6c683315bd88dea19b97a8752c0b8cc43e4285.tar.xz
Whitespace cleanup. Test commit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54695 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/README-Thumb.txt')
-rw-r--r--lib/Target/ARM/README-Thumb.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/ARM/README-Thumb.txt b/lib/Target/ARM/README-Thumb.txt
index 5bd16a3433..4d3200b445 100644
--- a/lib/Target/ARM/README-Thumb.txt
+++ b/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.