summaryrefslogtreecommitdiff
path: root/src/jit/block.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/block.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/block.cpp')
-rw-r--r--src/jit/block.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/jit/block.cpp b/src/jit/block.cpp
index 2d37754ec5..cf2a107479 100644
--- a/src/jit/block.cpp
+++ b/src/jit/block.cpp
@@ -667,7 +667,6 @@ GenTreeStmt* BasicBlock::lastStmt()
return result->AsStmt();
}
-
//------------------------------------------------------------------------
// BasicBlock::firstNode: Returns the first node in the block.
//