summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPat Gavlin <pagavlin@microsoft.com>2017-02-10 16:47:22 -0800
committerPat Gavlin <pagavlin@microsoft.com>2017-02-10 16:47:22 -0800
commit2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2 (patch)
treefe24916cfa8599b8388cc31094efe68d030eecb9
parentbc3280b9d6d56ada0e9c4604aa7838fcbe40a278 (diff)
downloadcoreclr-2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2.tar.gz
coreclr-2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2.tar.bz2
coreclr-2b9f8cfddeb3d0fbcd18fae36b6ceade1d99d8b2.zip
Fix formatting.
-rw-r--r--src/jit/compiler.cpp2
-rw-r--r--src/jit/compiler.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/jit/compiler.cpp b/src/jit/compiler.cpp
index 3c662b91cc..3b40c7ab70 100644
--- a/src/jit/compiler.cpp
+++ b/src/jit/compiler.cpp
@@ -3891,7 +3891,7 @@ void Compiler::compSetOptimizationLevel()
}
}
}
-#else // !DEBUG
+#else // !DEBUG
// Retail check if we should force Minopts due to the complexity of the method
// For PREJIT we never drop down to MinOpts
// unless unless CLFLG_MINOPT is set
diff --git a/src/jit/compiler.h b/src/jit/compiler.h
index 2189324762..7c5565c9c7 100644
--- a/src/jit/compiler.h
+++ b/src/jit/compiler.h
@@ -7791,7 +7791,7 @@ public:
bool altJit; // True if we are an altjit and are compiling this method
#ifdef OPT_CONFIG
- bool optRepeat; // Repeat optimizer phases k times
+ bool optRepeat; // Repeat optimizer phases k times
#endif
#ifdef DEBUG