Adding comments
authorBrian Bohe <t-brboh@microsoft.com>
Fri, 21 Feb 2020 22:56:32 +0000 (14:56 -0800)
committerBrian Bohe <t-brboh@microsoft.com>
Fri, 21 Feb 2020 22:56:32 +0000 (14:56 -0800)
src/coreclr/src/jit/emit.cpp

index 9770add..0fc99a6 100644 (file)
@@ -65,7 +65,13 @@ UNATIVE_OFFSET emitLocation::GetFuncletPrologOffset(emitter* emit) const
     return emit->emitCurIGsize;
 }
 
-// Returns true if the emitter is on the next instruction of the same group than this emitLocation
+//------------------------------------------------------------------------
+// IsPreviousIns: Returns true if the emitter is on the next instruction
+//  of the same group than this emitLocation.
+//
+// Arguments:
+//  emit - an emitter* instance
+//
 bool emitLocation::IsPreviousIns(const emitter* emit) const
 {
     assert(Valid());