From df52e6897d9a26e265e9368f5217b58469fb24f6 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 12 Aug 2008 18:34:45 +0000 Subject: [PATCH] Whitespace cleanup. Test commit. llvm-svn: 54695 --- lib/Target/ARM/README-Thumb.txt | 1 + 1 file changed, 1 insertion(+) 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.