summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Transforms/StripDebugInfo.cpp
diff options
context:
space:
mode:
authorRiver Riddle <riverriddle@google.com>2019-02-03 09:49:39 -0800
committerjpienaar <jpienaar@google.com>2019-03-29 16:09:19 -0700
commitde2d0dfbcab7e79bb6238e0a105f2747783246eb (patch)
tree6d5c6f1998e310a00b24ec6d6d56c0132979a7f0 /mlir/lib/Transforms/StripDebugInfo.cpp
parentb2dbbdb704d193151124858e05ee0c8374f8a672 (diff)
downloadbcm5719-llvm-de2d0dfbcab7e79bb6238e0a105f2747783246eb.tar.gz
bcm5719-llvm-de2d0dfbcab7e79bb6238e0a105f2747783246eb.zip
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
Diffstat (limited to 'mlir/lib/Transforms/StripDebugInfo.cpp')
-rw-r--r--mlir/lib/Transforms/StripDebugInfo.cpp1
1 files changed, 1 insertions, 0 deletions
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"
OpenPOWER on IntegriCloud