summaryrefslogtreecommitdiffstats
path: root/llvm/runtime/libtrace
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-21 19:23:31 +0000
committerChris Lattner <sabre@nondot.org>2003-07-21 19:23:31 +0000
commit37dc32a4b2e90092c6f85713067c82fdc4dbbbc5 (patch)
tree6c4c1db607655066688070967490315d04e054a3 /llvm/runtime/libtrace
parent4d52e214bb4f644c5d6cb41e0e0bb445a0b0fe80 (diff)
downloadbcm5719-llvm-37dc32a4b2e90092c6f85713067c82fdc4dbbbc5.tar.gz
bcm5719-llvm-37dc32a4b2e90092c6f85713067c82fdc4dbbbc5.zip
Remove unneccesary #ifdefs
llvm-svn: 7214
Diffstat (limited to 'llvm/runtime/libtrace')
-rw-r--r--llvm/runtime/libtrace/tracelib.c18
1 files changed, 6 insertions, 12 deletions
diff --git a/llvm/runtime/libtrace/tracelib.c b/llvm/runtime/libtrace/tracelib.c
index 537917e4acb..73190244bfd 100644
--- a/llvm/runtime/libtrace/tracelib.c
+++ b/llvm/runtime/libtrace/tracelib.c
@@ -1,9 +1,9 @@
-/*===-- Libraries/tracelib.c - Runtime routines for tracing -----*- C++ -*--===
- *
- * Runtime routines for supporting tracing of execution
- * for code generated by LLVM.
- *
- *===---------------------------------------------------------------------===*/
+/*===-- tracelib.c - Runtime routines for tracing ---------------*- C++ -*-===*\
+//
+// Runtime routines for supporting tracing of execution for code generated by
+// LLVM.
+//
+//===----------------------------------------------------------------------===*/
#include "tracelib.h"
#include <assert.h>
@@ -19,12 +19,6 @@
*===---------------------------------------------------------------------===*/
/* use #defines until we have inlining */
-
-#ifndef sun
-typedef uint32_t Pointer; /* int representation of a pointer */
-#else
-typedef uint64_t Pointer; /* int representation of a pointer */
-#endif
typedef uint32_t Index; /* type of index/size for hash table */
typedef uint32_t Generic; /* type of values stored in table */
OpenPOWER on IntegriCloud