mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-22 21:41:38 +00:00
Remove unneccesary #ifdefs
llvm-svn: 7214
This commit is contained in:
parent
425abc04ab
commit
ac8e9ebce9
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user