diff options
author | Bob Wilson <bob.wilson@apple.com> | 2010-06-25 20:54:44 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2010-06-25 20:54:44 +0000 |
commit | 8c605c601da54a09c14c1a9a59e75dbb24df2a43 (patch) | |
tree | 11f50e075f46f32680990fe73be45fd78a633d5a /lib/Target/ARM | |
parent | 730c07e50d03be3d64fd4d808c590e6890d32178 (diff) | |
download | external_llvm-8c605c601da54a09c14c1a9a59e75dbb24df2a43.zip external_llvm-8c605c601da54a09c14c1a9a59e75dbb24df2a43.tar.gz external_llvm-8c605c601da54a09c14c1a9a59e75dbb24df2a43.tar.bz2 |
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM')
-rw-r--r-- | lib/Target/ARM/ARMInstrNEON.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrNEON.td b/lib/Target/ARM/ARMInstrNEON.td index cb225f8..3297035 100644 --- a/lib/Target/ARM/ARMInstrNEON.td +++ b/lib/Target/ARM/ARMInstrNEON.td @@ -2268,7 +2268,7 @@ def VCEQfq : N3VQ<0,0,0b00,0b1110,0, IIC_VBINQ, "vceq", "f32", v4i32, v4f32, NEONvceq, 1>; // For disassembly only. defm VCEQz : N2V_QHS_cmp<0b11, 0b11, 0b01, 0b00010, 0, "vceq", "i", - "$dst, $src, #0">; + "$dst, $src, #0">; // VCGE : Vector Compare Greater Than or Equal defm VCGEs : N3V_QHS<0, 0, 0b0011, 1, IIC_VSUBi4D, IIC_VSUBi4D, IIC_VSUBi4Q, |