From 024c0b34c4871059b4a6d9540b54fd4441f241f9 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Sun, 29 Jan 2006 09:52:11 +0000 Subject: [PATCH] Remove extra qualifier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25790 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/MachineDebugInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/CodeGen/MachineDebugInfo.h b/include/llvm/CodeGen/MachineDebugInfo.h index a3466f8ee43..fe12802dcde 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. /// -- 2.34.1