Make this const since it never changes (and should never change).

llvm-svn: 182309
This commit is contained in:
Eric Christopher 2013-05-20 19:59:06 +00:00
parent 0bfafbaf52
commit cbf5701f93
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ namespace CodeGen {
/// the backend.
class CGDebugInfo {
CodeGenModule &CGM;
CodeGenOptions::DebugInfoKind DebugKind;
const CodeGenOptions::DebugInfoKind DebugKind;
llvm::DIBuilder DBuilder;
llvm::DICompileUnit TheCU;
SourceLocation CurLoc, PrevLoc;