diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-11-09 10:40:16 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-11-09 10:40:16 +0100 |
commit | 414953eba1b1cc3570da1e59dc2392ce1b1ae5ef (patch) | |
tree | 3b4ab9ebefd57e847b99195887d5b221be2423ae /asm/encode.h | |
parent | 6ab3715ee2622e293f7c4924511f31347b327e6e (diff) |
Move encode.h|cpp to intel specific
Diffstat (limited to 'asm/encode.h')
-rw-r--r-- | asm/encode.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/asm/encode.h b/asm/encode.h deleted file mode 100644 index d9e5674..0000000 --- a/asm/encode.h +++ /dev/null @@ -1,14 +0,0 @@ -// Convert: Abstract FlowGraph to Machine dependent Code - -#pragma once - -#include "flowgraph/graph.h" -#include "segment.h" - -namespace Asm { - -// in: graph -// out: segment -void toMachineCode(const FlowGraph::Graph& graph, Segment& segment); - -} // namespace Asm |