commit | 69a76970a3bd6ba4aa79551cd662ca82ec550be8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 26 23:18:02 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 26 23:18:02 2010 +0000 |
tree | 04c7ac963c7f2fda15f40f3a41c6141e1787ef4b | |
parent | fa5b938385d54d51a5b8cfa5487eff0a4599f755 [diff] [blame] |
constify a bunch of dwarf stuff now that the registerinfo method is constified. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94613 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/AsmPrinter/DwarfPrinter.h b/lib/CodeGen/AsmPrinter/DwarfPrinter.h index 31aa69a..19d08e2 100644 --- a/lib/CodeGen/AsmPrinter/DwarfPrinter.h +++ b/lib/CodeGen/AsmPrinter/DwarfPrinter.h
@@ -56,7 +56,7 @@ Module *M; /// MF - Current machine function. - MachineFunction *MF; + const MachineFunction *MF; /// MMI - Collected machine module information. MachineModuleInfo *MMI;