diff options
| author | River Riddle <riverriddle@google.com> | 2019-03-26 14:45:38 -0700 |
|---|---|---|
| committer | jpienaar <jpienaar@google.com> | 2019-03-29 17:42:50 -0700 |
| commit | 9ffdc930c0441c9320c274fb74f3e542d1639478 (patch) | |
| tree | 1ac7b20efd0dd3a7eaf413e35ae850369f338de9 /mlir/lib/Transforms/StripDebugInfo.cpp | |
| parent | e18d8ad7fa991dfc175d785f79698e3efd86c24d (diff) | |
| download | bcm5719-llvm-9ffdc930c0441c9320c274fb74f3e542d1639478.tar.gz bcm5719-llvm-9ffdc930c0441c9320c274fb74f3e542d1639478.zip | |
Rename the Instruction class to Operation. This just renames the class, usages of Instruction will still refer to a typedef in the interim.
This is step 1/N to renaming Instruction to Operation.
PiperOrigin-RevId: 240431520
Diffstat (limited to 'mlir/lib/Transforms/StripDebugInfo.cpp')
| -rw-r--r-- | mlir/lib/Transforms/StripDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Transforms/StripDebugInfo.cpp b/mlir/lib/Transforms/StripDebugInfo.cpp index 47244f94ac9..bc2b4b93023 100644 --- a/mlir/lib/Transforms/StripDebugInfo.cpp +++ b/mlir/lib/Transforms/StripDebugInfo.cpp @@ -16,7 +16,7 @@ // ============================================================================= #include "mlir/IR/Function.h" -#include "mlir/IR/Instruction.h" +#include "mlir/IR/Operation.h" #include "mlir/Pass/Pass.h" #include "mlir/Transforms/Passes.h" |

