[llvm-commits] CVS: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 19 16:35:18 PDT 2003


Changes in directory llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi:

Makefile updated: 1.9 -> 1.10

---
Log message:

Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions.



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

Index: llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile
diff -u llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.9 llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.10
--- llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile:1.9	Fri Sep 12 11:02:33 2003
+++ llvm/test/Programs/MultiSource/Benchmarks/Olden/voronoi/Makefile	Sun Oct 19 16:34:28 2003
@@ -8,8 +8,5 @@
 RUN_OPTIONS = 802400 20 0 7
 endif
 
-# This program is adversely effected by the underlying precision of the machine
-PROGRAM_IS_NONDETERMINISTIC = 1
-
 include $(LEVEL)/test/Programs/MultiSource/Makefile.multisrc
 





More information about the llvm-commits mailing list