r181650 - Debug Info: correct comment

David Blaikie dblaikie at gmail.com
Fri May 10 16:36:06 PDT 2013


Author: dblaikie
Date: Fri May 10 18:36:06 2013
New Revision: 181650

URL: http://llvm.org/viewvc/llvm-project?rev=181650&view=rev
Log:
Debug Info: correct comment

Eric's code review feedback to r181644

Modified:
    cfe/trunk/lib/CodeGen/CGDebugInfo.cpp

Modified: cfe/trunk/lib/CodeGen/CGDebugInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGDebugInfo.cpp?rev=181650&r1=181649&r2=181650&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGDebugInfo.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGDebugInfo.cpp Fri May 10 18:36:06 2013
@@ -1267,7 +1267,7 @@ CollectTemplateParams(const TemplatePara
     case TemplateArgument::Pack:
       // And this with DW_TAG_GNU_template_parameter_pack
       break;
-    // these next 4 should never occur
+    // And the following should never occur:
     case TemplateArgument::Expression:
     case TemplateArgument::TemplateExpansion:
     case TemplateArgument::Null:





More information about the cfe-commits mailing list