Skip to content

Commit

Permalink
Fix std::optional --> llvm::Optional
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriPlyakhin committed Jan 30, 2025
1 parent d4fdbb9 commit 15946b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SPIRV/libSPIRV/SPIRVInstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -3967,7 +3967,7 @@ _SPIRV_OP(ConvertHandleToSampledImageINTEL)

class SPIRVSubgroup2DBlockIOINTELInst : public SPIRVInstTemplateBase {
public:
std::optional<ExtensionID> getRequiredExtension() const override {
llvm::Optional<ExtensionID> getRequiredExtension() const override {
return ExtensionID::SPV_INTEL_2d_block_io;
}
SPIRVCapVec getRequiredCapability() const override {
Expand Down

0 comments on commit 15946b5

Please sign in to comment.