add a comment
authorChris Lattner <sabre@nondot.org>
Mon, 25 Jan 2010 07:53:05 +0000 (07:53 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 25 Jan 2010 07:53:05 +0000 (07:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94417 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/AsmPrinter.cpp

index eab2d9d6e483b75bde9cce49641f4c317fb34616..ecf18dad6b3060c5f77ecc8b4acb0d1fe3f6e1e0 100644 (file)
@@ -275,6 +275,7 @@ void AsmPrinter::EmitGlobalVariable(const GlobalVariable *GV) {
   EmitGlobalConstant(GV->getInitializer());
 
   if (MAI->hasDotTypeDotSizeDirective())
+    // .size foo, 42
     OutStreamer.EmitELFSize(GVSym, MCConstantExpr::Create(Size, OutContext));
   
   OutStreamer.AddBlankLine();