summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
diff options
context:
space:
mode:
authorChristian Sigg <csigg@google.com>2019-10-04 04:37:14 -0700
committerA. Unique TensorFlower <gardener@tensorflow.org>2019-10-04 04:37:53 -0700
commit85dcaf19c721c4c745cd4fa3972aa9093acd69d3 (patch)
treec311b0c28846249bdfaa6f124ceda4b79d5757be /mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
parent5830f71a45df33e24c864bea4c5de070be47b488 (diff)
downloadbcm5719-llvm-85dcaf19c721c4c745cd4fa3972aa9093acd69d3.tar.gz
bcm5719-llvm-85dcaf19c721c4c745cd4fa3972aa9093acd69d3.zip
Fix typos, NFC.
PiperOrigin-RevId: 272851237
Diffstat (limited to 'mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp')
-rw-r--r--mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp b/mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
index 2c2d1169a3d..f9cab379420 100644
--- a/mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
+++ b/mlir/lib/Target/LLVMIR/ConvertToROCDLIR.cpp
@@ -38,7 +38,7 @@
using namespace mlir;
namespace {
-// Create a call to llvm intrisic
+// Create a call to llvm intrinsic
static llvm::Value *createIntrinsicCall(llvm::IRBuilder<> &builder,
llvm::Intrinsic::ID intrinsic,
ArrayRef<llvm::Value *> args = {}) {
OpenPOWER on IntegriCloud