mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-05-03 04:40:08 +02:00
Remove optimization entry
This commit is contained in:
@@ -35,13 +35,6 @@ class Module {
|
||||
*/
|
||||
std::vector<std::uint8_t> Assemble() const;
|
||||
|
||||
/**
|
||||
* Optimizes module's IR.
|
||||
* All returned references become invalid.
|
||||
* @param level Level of optimization.
|
||||
*/
|
||||
void Optimize(int level);
|
||||
|
||||
/// Adds a module capability.
|
||||
void AddCapability(spv::Capability capability);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user