Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
llvm-epi-0.8
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Roger Ferrer
llvm-epi-0.8
Commits
4547a9e6
Commit
4547a9e6
authored
13 years ago
by
Devang Patel
Browse files
Options
Downloads
Patches
Plain Diff
Remove dead typedef.
llvm-svn: 129368
parent
5eb4319d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+0
-2
0 additions, 2 deletions
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
with
0 additions
and
2 deletions
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
+
0
−
2
View file @
4547a9e6
...
@@ -198,8 +198,6 @@ class DwarfDebug {
...
@@ -198,8 +198,6 @@ class DwarfDebug {
/// corresponds to the MDNode mapped with the subprogram DIE.
/// corresponds to the MDNode mapped with the subprogram DIE.
DenseMap
<
DIE
*
,
const
MDNode
*>
ContainingTypeMap
;
DenseMap
<
DIE
*
,
const
MDNode
*>
ContainingTypeMap
;
typedef
SmallVector
<
DbgScope
*
,
2
>
ScopeVector
;
/// InlineInfo - Keep track of inlined functions and their location. This
/// InlineInfo - Keep track of inlined functions and their location. This
/// information is used to populate debug_inlined section.
/// information is used to populate debug_inlined section.
typedef
std
::
pair
<
const
MCSymbol
*
,
DIE
*>
InlineInfoLabels
;
typedef
std
::
pair
<
const
MCSymbol
*
,
DIE
*>
InlineInfoLabels
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment