[llvm-commits] CVS: llvm/lib/Target/ARM/README.txt
Rafael Espindola
rafael.espindola at gmail.com
Mon Oct 9 07:18:47 PDT 2006
Changes in directory llvm/lib/Target/ARM:
README.txt updated: 1.4 -> 1.5
---
Log message:
add a note
---
Diffs of the changes: (+14 -0)
README.txt | 14 ++++++++++++++
1 files changed, 14 insertions(+)
Index: llvm/lib/Target/ARM/README.txt
diff -u llvm/lib/Target/ARM/README.txt:1.4 llvm/lib/Target/ARM/README.txt:1.5
--- llvm/lib/Target/ARM/README.txt:1.4 Sat Oct 7 09:03:39 2006
+++ llvm/lib/Target/ARM/README.txt Mon Oct 9 09:18:33 2006
@@ -32,3 +32,17 @@
add an offset to FLDS/FLDD addressing mode
----------------------------------------------------------
+
+the function
+
+void %f() {
+entry:
+ call void %g( int 1, int 2, int 3, int 4, int 5 )
+ ret void
+}
+
+declare void %g(int, int, int, int, int)
+
+Only needs 8 bytes of stack space. We currently allocate 16.
+
+----------------------------------------------------------
More information about the llvm-commits
mailing list