summaryrefslogtreecommitdiff
path: root/src/cuda-sim/ptx.y
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-08-08 14:28:20 -0800
committerTor Aamodt <[email protected]>2010-08-08 14:28:20 -0800
commitb26dda933fe84d54cad47762ae80be3acdfda91b (patch)
tree7070b8b9f6d5d486a27ce9c81da22f763495b735 /src/cuda-sim/ptx.y
parentef53bd94e416c74a3ea3b4d6240eb8f043e86e60 (diff)
refactoring: moving PTX parsing functions into ptx_parser.*
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7167]
Diffstat (limited to 'src/cuda-sim/ptx.y')
-rw-r--r--src/cuda-sim/ptx.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cuda-sim/ptx.y b/src/cuda-sim/ptx.y
index f788e01..a1e1428 100644
--- a/src/cuda-sim/ptx.y
+++ b/src/cuda-sim/ptx.y
@@ -206,7 +206,7 @@
%type <ptr_value> function_decl
%{
- #include "ptx_ir.h"
+ #include "ptx_parser.h"
#include <stdlib.h>
#include <string.h>
#include <math.h>