mirror of
https://github.com/Colton1skees/Dna
synced 2026-06-21 13:42:09 +00:00
13 lines
235 B
C++
13 lines
235 B
C++
#pragma once
|
|
|
|
#include "Passes/generator_jit_sl_function.h"
|
|
#include "API/ExportDef.h"
|
|
using namespace llvm::sl;
|
|
|
|
namespace Dna::API {
|
|
DNA_EXPORT Region* ComplexRegionGetHead(RegionComplex* region)
|
|
{
|
|
return region->getHead();
|
|
}
|
|
|
|
} |