projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7097af
)
Remove extra qualifier.
author
Jim Laskey
<jlaskey@mac.com>
Sun, 29 Jan 2006 09:52:11 +0000
(09:52 +0000)
committer
Jim Laskey
<jlaskey@mac.com>
Sun, 29 Jan 2006 09:52:11 +0000
(09:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25790
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineDebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineDebugInfo.h
b/include/llvm/CodeGen/MachineDebugInfo.h
index a3466f8ee43b96bc7814a2ea014a3d31647d34a8..fe12802dcdeafd168d982ce53df7c123bdc0210f 100644
(file)
--- 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.
///