summaryrefslogtreecommitdiff
path: root/tests/src/JIT/Methodical/flowgraph
diff options
context:
space:
mode:
authorRoman Artemev <rartemev@microsoft.com>2017-06-09 20:12:51 +0000
committerRoman Artemev <rartemev@microsoft.com>2017-06-09 20:12:51 +0000
commit37b9167187ee454908c60319c5b126386c73c68b (patch)
treeb22b8d8f1938b59f5de792c5e1285ba7e65cfc80 /tests/src/JIT/Methodical/flowgraph
parentc8c9f6d1ce72aa2ffcced312ce818779fc9aed0b (diff)
downloadcoreclr-37b9167187ee454908c60319c5b126386c73c68b.tar.gz
coreclr-37b9167187ee454908c60319c5b126386c73c68b.tar.bz2
coreclr-37b9167187ee454908c60319c5b126386c73c68b.zip
Fix files encoding to utf8
Diffstat (limited to 'tests/src/JIT/Methodical/flowgraph')
-rw-r--r--tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.cs b/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.cs
index 219ca54e3b..6bad513509 100644
--- a/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.cs
+++ b/tests/src/JIT/Methodical/flowgraph/dev10_bug723489/qMarkColon.cs
@@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
/*
- * Basically when we have two Qmark-Colon trees used as the register arguments to a call we don’t take into account that the first one to be evaluated should add a register interference with ECX/EDX so that the next tree will not try to use that register when deciding what register it can use for enregistration of locals.
+ * Basically when we have two Qmark-Colon trees used as the register arguments to a call we don’t take into account that the first one to be evaluated should add a register interference with ECX/EDX so that the next tree will not try to use that register when deciding what register it can use for enregistration of locals.
* An OKMask Assert was being hit in this case.
*/