diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-01 14:47:39 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2015-07-01 14:47:39 +0000 |
commit | f4c2025357f70a76eb24b239870054a6a6da778f (patch) | |
tree | 0e842ed98598cb9219c4d560a2174755d846c05a /llvm/lib/CodeGen/LiveDebugVariables.h | |
parent | a8a8c605eea1b4d3dda91c1159bd50b7b82680fd (diff) | |
download | bcm5719-llvm-f4c2025357f70a76eb24b239870054a6a6da778f.tar.gz bcm5719-llvm-f4c2025357f70a76eb24b239870054a6a6da778f.zip |
[CodeGen] Reduce visibility of implementation details
NFC.
llvm-svn: 241164
Diffstat (limited to 'llvm/lib/CodeGen/LiveDebugVariables.h')
-rw-r--r-- | llvm/lib/CodeGen/LiveDebugVariables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/LiveDebugVariables.h b/llvm/lib/CodeGen/LiveDebugVariables.h index ac2d1a136bc..694aa1770c9 100644 --- a/llvm/lib/CodeGen/LiveDebugVariables.h +++ b/llvm/lib/CodeGen/LiveDebugVariables.h @@ -31,7 +31,7 @@ class LiveInterval; class LiveIntervals; class VirtRegMap; -class LiveDebugVariables : public MachineFunctionPass { +class LLVM_LIBRARY_VISIBILITY LiveDebugVariables : public MachineFunctionPass { void *pImpl; DenseMap<const Function *, DISubprogram *> FunctionDIs; |