diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-03-30 05:26:51 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-03-30 05:26:51 +0000 |
commit | 8be7d8b43cef4fda9dec3ce05449e3d74c25fb04 (patch) | |
tree | efc485e4b69849e1c34cdcc6d04577f0ff828e9f | |
parent | f22ca3fe5f0cfbb832cf41270f97cf5c0134fd7b (diff) |
Revert a minor comment change inadvertently included with r128502.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128526 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/IntrinsicsARM.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/IntrinsicsARM.td b/include/llvm/IntrinsicsARM.td index c93dd5a96a..03e9261e60 100644 --- a/include/llvm/IntrinsicsARM.td +++ b/include/llvm/IntrinsicsARM.td @@ -296,7 +296,7 @@ def int_arm_neon_vcvtfp2hf def int_arm_neon_vcvthf2fp : Intrinsic<[llvm_v4f32_ty], [llvm_v4i16_ty], [IntrNoMem]>; -// Narrowing and Lengthening Vector Moves. +// Narrowing Saturating Vector Moves. def int_arm_neon_vqmovns : Neon_1Arg_Narrow_Intrinsic; def int_arm_neon_vqmovnu : Neon_1Arg_Narrow_Intrinsic; def int_arm_neon_vqmovnsu : Neon_1Arg_Narrow_Intrinsic; |