Raw File
ir-ssa.h
// ir-ssa.h
#pragma once

namespace Slang
{
    struct IRModule;

    void constructSSA(IRModule* module);
}
back to top