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 | 97f7dfb862f33a056f855c75053e11e426093384 (patch) | |
| tree | af066ccacb9656b78526388d1ecee903fae0d5c8 /llvm/lib/Target/ARM | |
| parent | 7779bd17261e1098c1f0567946989bdc30256cca (diff) | |
| download | bcm5719-llvm-97f7dfb862f33a056f855c75053e11e426093384.tar.gz bcm5719-llvm-97f7dfb862f33a056f855c75053e11e426093384.zip | |
These are done.
llvm-svn: 77949
Diffstat (limited to 'llvm/lib/Target/ARM')
| -rw-r--r-- | llvm/lib/Target/ARM/README-Thumb2.txt | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/llvm/lib/Target/ARM/README-Thumb2.txt b/llvm/lib/Target/ARM/README-Thumb2.txt index 675b1d97250..651d39311e0 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. | 

