summaryrefslogtreecommitdiff
path: root/src/jit/earlyprop.cpp
diff options
context:
space:
mode:
authorPat Gavlin <pgavlin@gmail.com>2016-11-23 13:51:50 -0800
committerPat Gavlin <pgavlin@gmail.com>2016-11-23 13:51:50 -0800
commitc07f2e1d7e111568b45389f07e9e5bd757a866a2 (patch)
tree312cc164383a47563ff263b4cc20ae915b37a921 /src/jit/earlyprop.cpp
parent8176598a305ceddb632aa468e8e6d29d92c4d583 (diff)
downloadcoreclr-c07f2e1d7e111568b45389f07e9e5bd757a866a2.tar.gz
coreclr-c07f2e1d7e111568b45389f07e9e5bd757a866a2.tar.bz2
coreclr-c07f2e1d7e111568b45389f07e9e5bd757a866a2.zip
Format code.
Diffstat (limited to 'src/jit/earlyprop.cpp')
-rw-r--r--src/jit/earlyprop.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/jit/earlyprop.cpp b/src/jit/earlyprop.cpp
index a5236e5542..7bf6eabdfe 100644
--- a/src/jit/earlyprop.cpp
+++ b/src/jit/earlyprop.cpp
@@ -612,7 +612,8 @@ void Compiler::optFoldNullCheck(GenTreePtr tree)
additionNode->gtFlags & (GTF_EXCEPT | GTF_DONT_CSE);
// Re-morph the statement.
- fgMorphBlockStmt(compCurBB, curStmt->AsStmt() DEBUGARG("optFoldNullCheck"));
+ fgMorphBlockStmt(compCurBB,
+ curStmt->AsStmt() DEBUGARG("optFoldNullCheck"));
}
}
}