aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineDebugInfo.h
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-01-29 09:52:11 +0000
committerJim Laskey <jlaskey@mac.com>2006-01-29 09:52:11 +0000
commit024c0b34c4871059b4a6d9540b54fd4441f241f9 (patch)
tree84b3a69a936f2e88fbb1eca9dac25cdcc056c235 /include/llvm/CodeGen/MachineDebugInfo.h
parentc7097afe5146f02ee5128fe5789bca55ab066854 (diff)
Remove extra qualifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25790 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/MachineDebugInfo.h')
-rw-r--r--include/llvm/CodeGen/MachineDebugInfo.h2
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.
///