[llvm-commits] CVS: llvm/lib/Target/ARM/README.txt
Evan Cheng
evan.cheng at apple.com
Fri Mar 9 11:35:53 PST 2007
Changes in directory llvm/lib/Target/ARM:
README.txt updated: 1.18 -> 1.19
---
Log message:
Add comments about LSR / ARM.
---
Diffs of the changes: (+4 -0)
README.txt | 4 ++++
1 files changed, 4 insertions(+)
Index: llvm/lib/Target/ARM/README.txt
diff -u llvm/lib/Target/ARM/README.txt:1.18 llvm/lib/Target/ARM/README.txt:1.19
--- llvm/lib/Target/ARM/README.txt:1.18 Fri Mar 9 13:34:51 2007
+++ llvm/lib/Target/ARM/README.txt Fri Mar 9 13:35:33 2007
@@ -463,3 +463,7 @@
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.
More information about the llvm-commits
mailing list