summaryrefslogtreecommitdiff
path: root/backend/src/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Segovia <devnull@localhost>2012-05-21 02:18:01 +0000
committerKeith Packard <keithp@keithp.com>2012-08-10 16:17:49 -0700
commit5b817879329489954b8fba2b990fc101aa8347a4 (patch)
tree0bbfc04d5a3ec7a21cb1fb02013dc7ae70e0b754 /backend/src/CMakeLists.txt
parentcbe283da14005ea01b0e6a004e4b3bb25a94281f (diff)
Added first support for structure kernel arguments (anything bigger than 4 bytes). They work on c++ simulator and regular Gen backend
Diffstat (limited to 'backend/src/CMakeLists.txt')
-rw-r--r--backend/src/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/src/CMakeLists.txt b/backend/src/CMakeLists.txt
index a87279f5..c6c71d21 100644
--- a/backend/src/CMakeLists.txt
+++ b/backend/src/CMakeLists.txt
@@ -62,8 +62,6 @@ else (GBE_USE_BLOB)
ir/unit.hpp
ir/constant.cpp
ir/constant.hpp
- ir/constant_push.cpp
- ir/constant_push.hpp
ir/instruction.cpp
ir/instruction.hpp
ir/liveness.cpp