Fixing typo in llvm/IR/Intrinsics.td
authorVictor Campos <victor.campos@arm.com>
Mon, 14 Oct 2019 11:12:23 +0000 (11:12 +0000)
committerVictor Campos <victor.campos@arm.com>
Mon, 14 Oct 2019 11:12:23 +0000 (11:12 +0000)
Fixing typo in comment line.

llvm-svn: 374766

llvm/include/llvm/IR/Intrinsics.td

index e764ad4..7a0263f 100644 (file)
@@ -1081,7 +1081,7 @@ def int_donothing : Intrinsic<[], [], [IntrNoMem, IntrWillReturn]>;
 // which specify that infinite loops must be preserved.
 def int_sideeffect : Intrinsic<[], [], [IntrInaccessibleMemOnly, IntrWillReturn]>;
 
-// Intrisics to support half precision floating point format
+// Intrinsics to support half precision floating point format
 let IntrProperties = [IntrNoMem, IntrWillReturn] in {
 def int_convert_to_fp16   : Intrinsic<[llvm_i16_ty], [llvm_anyfloat_ty]>;
 def int_convert_from_fp16 : Intrinsic<[llvm_anyfloat_ty], [llvm_i16_ty]>;