clover: Fix regression in module serialization
authorTom Stellard <thomas.stellard@amd.com>
Tue, 14 Oct 2014 21:55:23 +0000 (17:55 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Tue, 14 Oct 2014 21:58:06 +0000 (17:58 -0400)
We need to serialize semantic information for arguments, which was added
in 06139c56fa070f84a931a4ddbdb894c9e8d24f55.

Reviewed-by: Francisco Jerez <currojerez@riseup.net>
src/gallium/state_trackers/clover/core/module.cpp

index 9ef584b..be10e35 100644 (file)
@@ -157,6 +157,7 @@ namespace {
          _proc(s, x.target_size);
          _proc(s, x.target_align);
          _proc(s, x.ext_type);
+         _proc(s, x.semantic);
       }
    };