Fix indentation.
authorBob Wilson <bob.wilson@apple.com>
Fri, 25 Jun 2010 20:54:44 +0000 (20:54 +0000)
committerBob Wilson <bob.wilson@apple.com>
Fri, 25 Jun 2010 20:54:44 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106881 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrNEON.td

index cb225f80449ff485d15b876dd97e31b8aca0de16..3297035deb460b9157955d56d30bafd275035540 100644 (file)
@@ -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,