Format code.
authorPat Gavlin <pagavlin@microsoft.com>
Wed, 11 Jan 2017 23:15:31 +0000 (15:15 -0800)
committerPat Gavlin <pagavlin@microsoft.com>
Wed, 11 Jan 2017 23:15:31 +0000 (15:15 -0800)
src/jit/emitxarch.cpp

index a68929b..a914c21 100644 (file)
@@ -898,8 +898,8 @@ bool emitter::emitInsCanOnlyWriteSSE2OrAVXReg(instrDesc* id)
     // The following SSE2 instructions write to a general purpose integer register.
     if (!IsSSEOrAVXInstruction(ins) || ins == INS_mov_xmm2i || ins == INS_cvttsd2si
 #ifndef LEGACY_BACKEND
-        || ins == INS_cvttss2si || ins == INS_cvtsd2si || ins == INS_cvtss2si
-        || ins == INS_pmovmskb || ins == INS_pextrw
+        || ins == INS_cvttss2si || ins == INS_cvtsd2si || ins == INS_cvtss2si || ins == INS_pmovmskb ||
+        ins == INS_pextrw
 #endif // !LEGACY_BACKEND
         )
     {