[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/long.ll
Rafael Espindola
rafael.espindola at gmail.com
Fri Oct 13 09:47:40 PDT 2006
Changes in directory llvm/test/Regression/CodeGen/ARM:
long.ll updated: 1.3 -> 1.4
---
Log message:
implement calls to functions that return long
---
Diffs of the changes: (+7 -0)
long.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/ARM/long.ll
diff -u llvm/test/Regression/CodeGen/ARM/long.ll:1.3 llvm/test/Regression/CodeGen/ARM/long.ll:1.4
--- llvm/test/Regression/CodeGen/ARM/long.ll:1.3 Mon Oct 9 12:30:15 2006
+++ llvm/test/Regression/CodeGen/ARM/long.ll Fri Oct 13 11:47:22 2006
@@ -37,3 +37,10 @@
%tmp1 = add ulong %y, 1
ret ulong %tmp1
}
+
+void %f7() {
+entry:
+ %tmp = call long %f8()
+ ret void
+}
+declare long %f8()
More information about the llvm-commits
mailing list