From de2d0dfbcab7e79bb6238e0a105f2747783246eb Mon Sep 17 00:00:00 2001 From: River Riddle Date: Sun, 3 Feb 2019 09:49:39 -0800 Subject: Fold the functionality of OperationInst into Instruction. OperationInst still exists as a forward declaration and will be removed incrementally in a set of followup cleanup patches. PiperOrigin-RevId: 232198540 --- mlir/lib/Transforms/StripDebugInfo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'mlir/lib/Transforms/StripDebugInfo.cpp') diff --git a/mlir/lib/Transforms/StripDebugInfo.cpp b/mlir/lib/Transforms/StripDebugInfo.cpp index a11276cfea6..6e1d5ff2d11 100644 --- a/mlir/lib/Transforms/StripDebugInfo.cpp +++ b/mlir/lib/Transforms/StripDebugInfo.cpp @@ -16,6 +16,7 @@ // ============================================================================= #include "mlir/IR/Function.h" +#include "mlir/IR/Instruction.h" #include "mlir/Pass.h" #include "mlir/Transforms/Passes.h" -- cgit v1.2.3