fixed code style, moved dom tree building to IR
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "../Distribution/Array.h"
|
||||
|
||||
enum varType { SCALAR, ARRAY, CONST, ANOTHER };
|
||||
|
||||
struct CommonVariableUse
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION_SPF "2422"
|
||||
#define VERSION_SPF "2423"
|
||||
|
||||
Reference in New Issue
Block a user