summaryrefslogtreecommitdiff
path: root/src/jit/earlyprop.cpp
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2016-09-21 09:25:28 -0700
committerMichelle McDaniel <adiaaida@gmail.com>2016-09-21 13:52:04 -0700
commit49a13624affce9b5f7757c9208f902307385827c (patch)
treebafb0522ff684cb562a6817b9fd4bb6b128202de /src/jit/earlyprop.cpp
parent96f474c67e83b178c3a27afc1540953948610c73 (diff)
downloadcoreclr-49a13624affce9b5f7757c9208f902307385827c.tar.gz
coreclr-49a13624affce9b5f7757c9208f902307385827c.tar.bz2
coreclr-49a13624affce9b5f7757c9208f902307385827c.zip
Reformat jit code for Windows x64
Diffstat (limited to 'src/jit/earlyprop.cpp')
-rw-r--r--src/jit/earlyprop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jit/earlyprop.cpp b/src/jit/earlyprop.cpp
index 5b985df2bb..966063ce32 100644
--- a/src/jit/earlyprop.cpp
+++ b/src/jit/earlyprop.cpp
@@ -189,7 +189,7 @@ void Compiler::optEarlyProp()
// Walk the stmt tree in linear order to rewrite any array length reference with a
// constant array length.
- bool isRewritten = false;
+ bool isRewritten = false;
for (GenTreePtr tree = stmt->gtStmt.gtStmtList; tree != nullptr; tree = tree->gtNext)
{
if (optEarlyPropRewriteTree(tree))