[llvm-commits] CVS: llvm-test/MultiSource/Benchmarks/Olden/voronoi/defines.h

Chris Lattner lattner at cs.uiuc.edu
Mon Nov 22 13:26:14 PST 2004



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

defines.h updated: 1.3 -> 1.4
---
Log message:

Remove unused typedef


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

Index: llvm-test/MultiSource/Benchmarks/Olden/voronoi/defines.h
diff -u llvm-test/MultiSource/Benchmarks/Olden/voronoi/defines.h:1.3 llvm-test/MultiSource/Benchmarks/Olden/voronoi/defines.h:1.4
--- llvm-test/MultiSource/Benchmarks/Olden/voronoi/defines.h:1.3	Sun Jan 12 18:54:55 2003
+++ llvm-test/MultiSource/Benchmarks/Olden/voronoi/defines.h	Mon Nov 22 15:25:58 2004
@@ -3,7 +3,6 @@
 #include <math.h>
 
 typedef int BOOLEAN;
-typedef unsigned long long uint64_t;
 typedef unsigned long      uptrint;
 
 struct edge_rec {






More information about the llvm-commits mailing list