diff options
| author | Kazuaki Ishizaki <kiszk@users.noreply.github.com> | 2019-10-20 00:11:03 -0700 |
|---|---|---|
| committer | A. Unique TensorFlower <gardener@tensorflow.org> | 2019-10-20 00:11:34 -0700 |
| commit | 8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c (patch) | |
| tree | da6308901341daa89423c3c956a74a881378d71b /mlir/lib/ExecutionEngine | |
| parent | 8317bd85e5cccc8048cd1be1b3b17c19c953764d (diff) | |
| download | bcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.tar.gz bcm5719-llvm-8bfedb3ca599ccf3c507e721f4bf5e6a3b026f8c.zip | |
Fix minor spelling tweaks (NFC)
Closes tensorflow/mlir#177
PiperOrigin-RevId: 275692653
Diffstat (limited to 'mlir/lib/ExecutionEngine')
| -rw-r--r-- | mlir/lib/ExecutionEngine/OptUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/ExecutionEngine/OptUtils.cpp b/mlir/lib/ExecutionEngine/OptUtils.cpp index e8c6652f446..dc3bd20794e 100644 --- a/mlir/lib/ExecutionEngine/OptUtils.cpp +++ b/mlir/lib/ExecutionEngine/OptUtils.cpp @@ -84,7 +84,7 @@ static void populatePassManagers(llvm::legacy::PassManager &modulePM, if (targetMachine) { // Add pass to initialize TTI for this specific target. Otherwise, TTI will - // be initialized to NoTTIImpl by defaul. + // be initialized to NoTTIImpl by default. modulePM.add(createTargetTransformInfoWrapperPass( targetMachine->getTargetIRAnalysis())); funcPM.add(createTargetTransformInfoWrapperPass( |

