Debug Info: correct comment

Eric's code review feedback to r181644

llvm-svn: 181650
This commit is contained in:
David Blaikie 2013-05-10 23:36:06 +00:00
parent 7e149e3a1b
commit 2b93c54c4a
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ CollectTemplateParams(const TemplateParameterList *TPList,
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: