diff options
author | dan sinclair <dj2@everburning.com> | 2018-07-11 10:27:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-11 10:27:34 -0400 |
commit | e70a412609666666fc5128f2ab7efdcdd797285a (patch) | |
tree | 9934a56be7eabed036a8c3f25e22bd2daa8432c6 /source/comp | |
parent | 2cce2c5b97a9a4a253e626322e33bab9d8eb00c1 (diff) |
Move validation files to val/ directory (#1692)
This CL moves the various validate files into the val/ directory with
the rest of the validation infrastructure. This matches how opt/ is
setup with the passes with the infrastructure.
Diffstat (limited to 'source/comp')
-rw-r--r-- | source/comp/markv_codec.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/comp/markv_codec.cpp b/source/comp/markv_codec.cpp index 5e3ddabc..4d51293a 100644 --- a/source/comp/markv_codec.cpp +++ b/source/comp/markv_codec.cpp @@ -57,8 +57,8 @@ #include "util/move_to_front.h" #include "util/parse_number.h" #include "val/instruction.h" +#include "val/validate.h" #include "val/validation_state.h" -#include "validate.h" namespace spvtools { namespace comp { |