Skip to content

Commit 486ab88

Browse files
author
joaosaffran
committed
clean up
1 parent 47b01f7 commit 486ab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/DirectX/DXILRootSignature.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "llvm/IR/PassManager.h"
1919
#include "llvm/Pass.h"
2020
#include <optional>
21-
#include <utility>
2221

2322
namespace llvm {
2423
namespace dxil {
@@ -80,6 +79,7 @@ class RootSignatureAnalysisWrapper : public ModulePass {
8079
RootSignatureAnalysisWrapper() : ModulePass(ID) {}
8180

8281
const ModuleRootSignature &getRootSignature() { return MRS.value(); }
82+
8383
bool hasRootSignature() { return MRS.has_value(); }
8484

8585
bool runOnModule(Module &M) override;

0 commit comments

Comments
 (0)