diff options
| author | River Riddle <riverriddle@google.com> | 2019-02-03 09:49:39 -0800 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 16:09:19 -0700 |
| commit | de2d0dfbcab7e79bb6238e0a105f2747783246eb (patch) | |
| tree | 6d5c6f1998e310a00b24ec6d6d56c0132979a7f0 /mlir/lib/Transforms/Utils/LoopUtils.cpp | |
| parent | b2dbbdb704d193151124858e05ee0c8374f8a672 (diff) | |
| download | bcm5719-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/Utils/LoopUtils.cpp')
| -rw-r--r-- | mlir/lib/Transforms/Utils/LoopUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/Utils/LoopUtils.cpp b/mlir/lib/Transforms/Utils/LoopUtils.cpp index ce16656243d..99079119dab 100644 --- a/mlir/lib/Transforms/Utils/LoopUtils.cpp +++ b/mlir/lib/Transforms/Utils/LoopUtils.cpp @@ -29,7 +29,7 @@ #include "mlir/IR/Builders.h" #include "mlir/IR/BuiltinOps.h" #include "mlir/IR/InstVisitor.h" -#include "mlir/IR/Instructions.h" +#include "mlir/IR/Instruction.h" #include "mlir/StandardOps/StandardOps.h" #include "llvm/ADT/DenseMap.h" #include "llvm/Support/Debug.h" |

