diff options
author | Bob Wilson <bob.wilson@apple.com> | 2011-01-11 17:56:41 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2011-01-11 17:56:41 +0000 |
commit | 6c562f69fe7aa5550e7b6594ee4e861f767471b3 (patch) | |
tree | cbeee23c02057e37a80fcac4e20f539cbd8928f9 | |
parent | 6038a6351e7a9601a1eb3ffe4623c424ae2c80a4 (diff) |
Fix a comment: We now have intrinsics for vcvtr.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123246 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/ARM/ARMInstrVFP.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrVFP.td b/lib/Target/ARM/ARMInstrVFP.td index 2127d37829..8ac38cae3d 100644 --- a/lib/Target/ARM/ARMInstrVFP.td +++ b/lib/Target/ARM/ARMInstrVFP.td @@ -615,7 +615,6 @@ def VTOUIZS : AVConv1InsS_Encode<0b11101, 0b11, 0b1100, 0b1010, } // And the Z bit '0' variants, i.e. use the rounding mode specified by FPSCR. -// For disassembly only. let Uses = [FPSCR] in { // FIXME: Verify encoding after integrated assembler is working. def VTOSIRD : AVConv1IsD_Encode<0b11101, 0b11, 0b1101, 0b1011, |