From: Jim Laskey Date: Sun, 29 Jan 2006 09:52:11 +0000 (+0000) Subject: Remove extra qualifier. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=024c0b34c4871059b4a6d9540b54fd4441f241f9;p=oota-llvm.git Remove extra qualifier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25790 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. ///