fix format error
authorLi Tian <litian2025@gmail.com>
Wed, 11 Jan 2017 07:32:57 +0000 (23:32 -0800)
committerLi Tian <litian2025@gmail.com>
Wed, 11 Jan 2017 07:32:57 +0000 (23:32 -0800)
src/jit/lowerxarch.cpp

index 735a47f..3381060 100644 (file)
@@ -1957,7 +1957,7 @@ void Lowering::TreeNodeInfoInitBlockStore(GenTreeBlk* blkNode)
                     // series of 16-byte loads and stores.
                     blkNode->gtLsraInfo.internalFloatCount = 1;
                     blkNode->gtLsraInfo.addInternalCandidates(l, l->internalFloatRegCandidates());
-                    // Uses XMM reg for load and store and hence check to see whether AVX instructions 
+                    // Uses XMM reg for load and store and hence check to see whether AVX instructions
                     // are used for codegen, set ContainsAVX flag
                     SetContainsAVXFlags();
                 }