summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-propagate-func-properties.h
blob: 74756e8c97865a6920844f1bc6112725517c6ec2 (plain)
1
2
3
4
5
6
7
#pragma once

namespace Slang
{
struct IRModule;
bool propagateFuncProperties(IRModule* module);
} // namespace Slang