From 2da3de3cb5ad8977bd177b0c88e4d0319facf375 Mon Sep 17 00:00:00 2001
From: clc5q <clc5q@git.zephyr-software.com>
Date: Tue, 6 May 2008 11:00:45 +0000
Subject: [PATCH] Add comment.

---
 SMPBasicBlock.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SMPBasicBlock.cpp b/SMPBasicBlock.cpp
index 660baebb..272c2826 100644
--- a/SMPBasicBlock.cpp
+++ b/SMPBasicBlock.cpp
@@ -951,7 +951,7 @@ bool SMPBasicBlock::PropagateGlobalDefType(op_t DefOp, SMPOperandType DefType, i
 				msg("\n");
 			}
 		}
-	}
+	} // end for all instructions in the block
 
 	// We recurse into all successor blocks looking for more USEs. We know that there
 	//  cannot be more USEs if the global name DefOp is not LiveOut from this block, so
-- 
GitLab