mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
More cruft from revert...
llvm-svn: 52809
This commit is contained in:
parent
e0ea004d40
commit
d19faaca94
@ -87,9 +87,9 @@ public:
|
||||
/// into DebugInfoDesc objects.
|
||||
class DIDeserializer {
|
||||
// Previously defined gloabls.
|
||||
DenseMap<GlobalVariable*, DebugInfoDesc*> GlobalDescs;
|
||||
std::map<GlobalVariable*, DebugInfoDesc*> GlobalDescs;
|
||||
public:
|
||||
const DenseMap<GlobalVariable *, DebugInfoDesc *> &getGlobalDescs() const {
|
||||
const std::map<GlobalVariable *, DebugInfoDesc *> &getGlobalDescs() const {
|
||||
return GlobalDescs;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user