From: Evan Cheng Date: Fri, 9 Mar 2007 19:35:33 +0000 (+0000) Subject: Add comments about LSR / ARM. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=44f4fca3c02da1c3c90e99af08692003fabf2e45;p=oota-llvm.git Add comments about LSR / ARM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35048 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/README.txt b/lib/Target/ARM/README.txt index f0f4d51b897..940db16df66 100644 --- a/lib/Target/ARM/README.txt +++ b/lib/Target/ARM/README.txt @@ -463,3 +463,7 @@ More register scavenging work: resulting live interval is not assigned a physical register. It may be possible (with the help of the scavenger) to turn some spill / restore pairs into register copies. + +//===---------------------------------------------------------------------===// + +Teach LSR about ARM addressing modes.