[llvm-commits] CVS: llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx 2002-12-23-SubProblem.llx Makefile

Chris Lattner lattner at cs.uiuc.edu
Wed Feb 26 13:57:01 PST 2003


Changes in directory llvm/test/Regression/Jello:

2002-12-23-LocalRAProblem.llx updated: 1.1 -> 1.2
2002-12-23-SubProblem.llx updated: 1.1 -> 1.2
Makefile updated: 1.5 -> 1.6

---
Log message:

Rename -no-* to -disable-*


---
Diffs of the changes:

Index: llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx
diff -u llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx:1.1 llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx:1.2
--- llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx:1.1	Mon Dec 23 17:51:30 2002
+++ llvm/test/Regression/Jello/2002-12-23-LocalRAProblem.llx	Wed Feb 26 13:56:27 2003
@@ -1,4 +1,4 @@
-; RUN: as < %s | lli -force-interpreter=false -no-local-ra=false
+; RUN: as < %s | lli -force-interpreter=false -disable-local-ra=false
 ;-print-machineinstrs 
 
 int %main() {


Index: llvm/test/Regression/Jello/2002-12-23-SubProblem.llx
diff -u llvm/test/Regression/Jello/2002-12-23-SubProblem.llx:1.1 llvm/test/Regression/Jello/2002-12-23-SubProblem.llx:1.2
--- llvm/test/Regression/Jello/2002-12-23-SubProblem.llx:1.1	Mon Dec 23 17:51:30 2002
+++ llvm/test/Regression/Jello/2002-12-23-SubProblem.llx	Wed Feb 26 13:56:27 2003
@@ -1,4 +1,4 @@
-; RUN: as < %s | lli -force-interpreter=false -no-local-ra
+; RUN: as < %s | lli -force-interpreter=false -disable-local-ra
 
 int %main(int %B) {
 	;%B = add int 0, 1


Index: llvm/test/Regression/Jello/Makefile
diff -u llvm/test/Regression/Jello/Makefile:1.5 llvm/test/Regression/Jello/Makefile:1.6
--- llvm/test/Regression/Jello/Makefile:1.5	Sat Dec 28 14:01:23 2002
+++ llvm/test/Regression/Jello/Makefile	Wed Feb 26 13:56:27 2003
@@ -13,7 +13,7 @@
 LLI_FLAGS = -force-interpreter=false
 
 ifdef DISABLE_FP_ELIM
-LLI_FLAGS += -no-fp-elim
+LLI_FLAGS += -disable-fp-elim
 endif
 
 Output/%.out: Output/%.bc $(LLI)





More information about the llvm-commits mailing list