mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 05:36:44 +00:00
[mlir][linalg][bufferize] Fix forward declaration
This commit is contained in:
parent
40d51de5cb
commit
4ccbf1d2fb
@ -17,7 +17,7 @@ namespace linalg {
|
||||
namespace comprehensive_bufferize {
|
||||
|
||||
struct BufferizationOptions;
|
||||
struct BufferizationState;
|
||||
class BufferizationState;
|
||||
struct PostAnalysisStep;
|
||||
|
||||
/// Bufferize the given operation. Reuses an existing BufferizationState object.
|
||||
|
Loading…
x
Reference in New Issue
Block a user