diff options
| author | Tor Aamodt <[email protected]> | 2010-07-16 23:13:34 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-07-16 23:13:34 -0800 |
| commit | d67e0e6d7c50a5c6f567e387e17782f022553264 (patch) | |
| tree | 814766699be6d3ede2b7d74f2bdfb060cbc196cd /src/cuda-sim/ptx_ir.h | |
| parent | 55506aed771c40e93f374cffb04c6e48b34e6003 (diff) | |
template compiled with "make noinline=1" now parses, runs, passes
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 6857]
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 82d5b4c..aca3556 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -1176,6 +1176,7 @@ extern "C" { #endif void start_function( int entry_point ); + void start_function_definition(); void add_function_name( const char *fname ); void init_directive_state(); void add_directive(); @@ -1210,6 +1211,7 @@ extern "C" { void add_file( unsigned num, const char *filename ); void *reset_symtab(); void set_symtab(void*); + void add_pragma( const char *str ); #define NON_ARRAY_IDENTIFIER 1 |
