From: Jim Grosbach Date: Tue, 12 Aug 2008 18:34:45 +0000 (+0000) Subject: Whitespace cleanup. Test commit. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a6c683315bd88dea19b97a8752c0b8cc43e4285;p=oota-llvm.git Whitespace cleanup. Test commit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54695 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/README-Thumb.txt b/lib/Target/ARM/README-Thumb.txt index 5bd16a34335..4d3200b445c 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.