Fix compilation errors when building inside Chromium
authorCorentin Wallez <corentin@wallez.net>
Tue, 4 Oct 2016 21:47:19 +0000 (17:47 -0400)
committerCorentin Wallez <corentin@wallez.net>
Tue, 4 Oct 2016 21:47:19 +0000 (17:47 -0400)
commitf92e87a8f85915e8e0cbd39d0ca7fb004c0da05e
tree9138fbcd211fc09f1cc9c121e3c99e8746ffab36
parentc1d5e660ee9bc9fb7ff3784995727c59fe31d707
Fix compilation errors when building inside Chromium

Example of an error:
    spirv-tools/source/validate_cfg.cpp:516:45: error: chosen constructor is
    explicit in copy-initialization:
      _.current_function().RegisterBlockEnd({}, opcode);
source/val/BasicBlock.h
source/val/Construct.h
source/validate_cfg.cpp