[code generation] testing analysis passes

This commit is contained in:
Philippe Tillet
2019-01-12 23:24:25 -05:00
parent 80d019ec16
commit a0ecdba5a2
12 changed files with 86 additions and 22 deletions

View File

@@ -13,8 +13,6 @@ namespace ir{
namespace codegen{
class layout;
typedef unsigned slot_index;
struct segment {
@@ -54,7 +52,6 @@ private:
has_storage_map_t has_dedicated_storage_;
indices_map_t indices_;
intervals_map_t intervals_;
layout* layouts_;
};
}