diff --git a/llvm/lib/Target/ARM/README-Thumb2.txt b/llvm/lib/Target/ARM/README-Thumb2.txt index 675b1d97250b..651d39311e0b 100644 --- a/llvm/lib/Target/ARM/README-Thumb2.txt +++ b/llvm/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.