mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
Remove unneccesary #ifdefs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7214 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
51577e5f3a
commit
432312d8bf
@ -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