[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/call.ll

Rafael Espindola rafael.espindola at gmail.com
Fri Oct 6 10:26:46 PDT 2006



Changes in directory llvm/test/Regression/CodeGen/ARM:

call.ll updated: 1.1 -> 1.2
---
Log message:

fix some bugs affecting functions with no arguments


---
Diffs of the changes:  (+2 -0)

 call.ll |    2 ++
 1 files changed, 2 insertions(+)


Index: llvm/test/Regression/CodeGen/ARM/call.ll
diff -u llvm/test/Regression/CodeGen/ARM/call.ll:1.1 llvm/test/Regression/CodeGen/ARM/call.ll:1.2
--- llvm/test/Regression/CodeGen/ARM/call.ll:1.1	Tue Jul 25 15:17:20 2006
+++ llvm/test/Regression/CodeGen/ARM/call.ll	Fri Oct  6 12:26:30 2006
@@ -2,7 +2,9 @@
 void %f() {
 entry:
 	call void %g( int 1, int 2, int 3, int 4 )
+	call void %h()
 	ret void
 }
 
 declare void %g(int, int, int, int)
+declare void %h()






More information about the llvm-commits mailing list