diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-08-07 19:34:52 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-08-07 19:34:52 +0000 |
commit | f12288e8aa27a7cb1e48e1fceccd5cf49876104e (patch) | |
tree | 8fc663cc37c1be19a0510ffe6e995f2b96b316d4 /lib/Target/ARM | |
parent | e118cb614643c568716ee612366cae4c365a8aa3 (diff) | |
download | external_llvm-f12288e8aa27a7cb1e48e1fceccd5cf49876104e.zip external_llvm-f12288e8aa27a7cb1e48e1fceccd5cf49876104e.tar.gz external_llvm-f12288e8aa27a7cb1e48e1fceccd5cf49876104e.tar.bz2 |
This is done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78399 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r-- | lib/Target/ARM/README-Thumb2.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/ARM/README-Thumb2.txt b/lib/Target/ARM/README-Thumb2.txt index 6a51e7c..651d393 100644 --- a/lib/Target/ARM/README-Thumb2.txt +++ b/lib/Target/ARM/README-Thumb2.txt @@ -1,5 +1,3 @@ //===---------------------------------------------------------------------===// // Random ideas for the ARM backend (Thumb2 specific). //===---------------------------------------------------------------------===// - -We should be using ADD / SUB rd, sp, rm <shift> instructions. |