forked from OSchip/llvm-project
Make this const since it never changes (and should never change).
llvm-svn: 182309
This commit is contained in:
parent
0bfafbaf52
commit
cbf5701f93
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue