diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2024-07-27 23:34:35 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-12-01 12:32:12 +0000 |
| commit | fbc266465ed3585efdbd8e9ebf71e97ce7e8b464 (patch) | |
| tree | 7560c2cbec09e542e5f2e2100ffc16ca742b1075 /contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h | |
| parent | ac8517f04c0fe31968ed43e36608ad02d72d3597 (diff) | |
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h')
| -rw-r--r-- | contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h b/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h index cbf21485fb01..8707b084f546 100644 --- a/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h +++ b/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/DXILBitcodeWriter.h @@ -47,7 +47,7 @@ class BitcodeWriter { public: /// Create a BitcodeWriter that writes to Buffer. - BitcodeWriter(SmallVectorImpl<char> &Buffer, raw_fd_stream *FS = nullptr); + BitcodeWriter(SmallVectorImpl<char> &Buffer); ~BitcodeWriter(); |
