[llvm-commits] CVS: llvm/test/Regression/BugPoint/remove_arguments_test.ll Makefile

John Criswell criswell at choi.cs.uiuc.edu
Thu Jun 26 16:43:29 PDT 2003


Changes in directory llvm/test/Regression/BugPoint:

remove_arguments_test.ll added (r1.1.2.1)
Makefile updated: 1.2 -> 1.2.2.1

---
Log message:

Merged with mainline on Thursday, June 26, 2003.


---
Diffs of the changes:

Index: llvm/test/Regression/BugPoint/remove_arguments_test.ll
diff -c /dev/null llvm/test/Regression/BugPoint/remove_arguments_test.ll:1.1
*** /dev/null	Thu Jun 26 16:37:23 2003
--- llvm/test/Regression/BugPoint/remove_arguments_test.ll	Tue Jun 24 18:40:27 2003
***************
*** 0 ****
--- 1,9 ----
+ ; RUN: bugpoint %s  -bugpoint-crashcalls
+ 
+ ; Test to make sure that arguments are removed from the function if they are unnecessary.
+ 
+ declare int %test2()
+ int %test(int %A, int %B, float %C) {
+ 	call int %test2()
+ 	ret int %0
+ }


Index: llvm/test/Regression/BugPoint/Makefile
diff -u llvm/test/Regression/BugPoint/Makefile:1.2 llvm/test/Regression/BugPoint/Makefile:1.2.2.1
--- llvm/test/Regression/BugPoint/Makefile:1.2	Mon Dec 23 17:47:39 2002
+++ llvm/test/Regression/BugPoint/Makefile	Thu Jun 26 16:35:43 2003
@@ -12,8 +12,8 @@
 
 Output/%.ll.out: %.ll Output/.dir $(LAS) $(LBUGPOINT)
 	-$(TESTRUNR) $<
-	-# Remove temporary files generated...
-	@rm -f bugpoint-$<-*
+	-@# Remove temporary files generated...
+	- at rm -f bugpoint-*
 
 clean::
 	rm -f *.bc





More information about the llvm-commits mailing list