diff options
Diffstat (limited to 'include/llvm/CodeGen/MachineDebugInfo.h')
-rw-r--r-- | include/llvm/CodeGen/MachineDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h index a3466f8ee4..fe12802dcd 100644 --- a/include/llvm/CodeGen/MachineDebugInfo.h +++ b/include/llvm/CodeGen/MachineDebugInfo.h @@ -296,7 +296,7 @@ public: /// SetupCompileUnits - Set up the unique vector of compile units. /// - void MachineDebugInfo::SetupCompileUnits(Module &M); + void SetupCompileUnits(Module &M); /// getCompileUnits - Return a vector of debug compile units. /// |