Skip to content

Commit

Permalink
Fixing typo in llvm/IR/Intrinsics.td
Browse files Browse the repository at this point in the history
Fixing typo in comment line.

llvm-svn: 374766
  • Loading branch information
vhscampos committed Oct 14, 2019
1 parent b744abb commit d34822a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/IR/Intrinsics.td
Original file line number Diff line number Diff line change
Expand Up @@ -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]>;
Expand Down

0 comments on commit d34822a

Please sign in to comment.