diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-08-03 04:08:36 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-08-03 04:08:36 +0000 |
commit | 9072c8198de8730a1332ca5e03a2a597631b7615 (patch) | |
tree | 6bd7d391b65d4c331ff35cc3fcf9dfa3b51dc50a /lib | |
parent | 3c2d4bf97fa96fe171883cd80e4ea93fc43563e6 (diff) |
These are done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/ARM/README-Thumb2.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/ARM/README-Thumb2.txt b/lib/Target/ARM/README-Thumb2.txt index 675b1d9725..651d39311e 100644 --- a/lib/Target/ARM/README-Thumb2.txt +++ b/lib/Target/ARM/README-Thumb2.txt @@ -1,11 +1,3 @@ //===---------------------------------------------------------------------===// // Random ideas for the ARM backend (Thumb2 specific). //===---------------------------------------------------------------------===// - -* We should model IT instructions explicitly. We should introduce them (even if - if-converter is not run, the function could still contain movcc's) before - PEI since passes starting from PEI may require exact code size. - -//===---------------------------------------------------------------------===// - -Make use of TBB and TBH for jumptables in small functions. |