[llvm-commits] CVS: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/input

John Criswell criswell at cs.uiuc.edu
Sun Jan 4 15:32:00 PST 2004


Changes in directory llvm/test/Programs/MultiSource/Applications/lambda-0.1.3:

input updated: 1.1 -> 1.2

---
Log message:

Added an extra operation to increase the running time.  I think it's
between 10-20 seconds now.



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

Index: llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/input
diff -u llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/input:1.1 llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/input:1.2
--- llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/input:1.1	Mon Dec 29 11:37:35 2003
+++ llvm/test/Programs/MultiSource/Applications/lambda-0.1.3/input	Sun Jan  4 15:31:42 2004
@@ -29,5 +29,6 @@
 GT 3 2
 EQ 4 (ADD 2 2)
 EQ 5 (ADD 3 3)
+(EQ (ADD (MUL 2 (DIV 6 (MUL 3 (SUB 8 2))))) (ADD (MUL 2 (DIV 6 (MUL 3 (SUB 8 2))))))
 quit
 





More information about the llvm-commits mailing list