diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-08-14 00:16:47 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-08-14 00:16:47 +0000 |
commit | 1135a232eb99c033d820d2b278e6f1d19a45cd29 (patch) | |
tree | c93b36d00a35b9931ed4397843bb11030bc51590 | |
parent | 7eb28f3786543f63cb9a4099655e6d456fca71f7 (diff) |
New entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78968 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/README-Thumb2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/ARM/README-Thumb2.txt b/lib/Target/ARM/README-Thumb2.txt index 651d39311e..e7c2552d9e 100644 --- a/lib/Target/ARM/README-Thumb2.txt +++ b/lib/Target/ARM/README-Thumb2.txt @@ -1,3 +1,6 @@ //===---------------------------------------------------------------------===// // Random ideas for the ARM backend (Thumb2 specific). //===---------------------------------------------------------------------===// + +Make sure jumptable destinations are below the jumptable in order to make use +of tbb / tbh. |