summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16DebugInfo.h
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2009-08-15 14:36:48 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2009-08-15 14:36:48 +0000
commitbfa79b8be9ad759a6c7c2499787eb6b069629618 (patch)
tree842df402109f11d5cfd38e5b578c1556f25541b1 /lib/Target/PIC16/PIC16DebugInfo.h
parentd62c9a697b53f9e754926a89126fd121220ed09b (diff)
downloadllvm-bfa79b8be9ad759a6c7c2499787eb6b069629618.tar.gz
llvm-bfa79b8be9ad759a6c7c2499787eb6b069629618.tar.bz2
llvm-bfa79b8be9ad759a6c7c2499787eb6b069629618.tar.xz
Revert a few changes that were done in 78603.
PIC16DebugInfo currently rely on NameStr of composite type descriptors to uniquely identify debug info for two aggregate type decls with same name. This implementation will change when we have MDNodes based debug info implemenatation in place git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16DebugInfo.h')
-rw-r--r--lib/Target/PIC16/PIC16DebugInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PIC16/PIC16DebugInfo.h b/lib/Target/PIC16/PIC16DebugInfo.h
index 9e6d848f04..a46c06c1ea 100644
--- a/lib/Target/PIC16/PIC16DebugInfo.h
+++ b/lib/Target/PIC16/PIC16DebugInfo.h
@@ -145,7 +145,7 @@ namespace llvm {
short getStorageClass(DIGlobalVariable DIGV);
void EmitFunctBeginDI(const Function *F);
void EmitCompositeTypeDecls(Module &M);
- void EmitCompositeTypeElements (DICompositeType CTy, unsigned Suffix);
+ void EmitCompositeTypeElements (DICompositeType CTy, std::string Suffix);
void EmitFunctEndDI(const Function *F, unsigned Line);
void EmitAuxEntry(const std::string VarName, int Aux[],
int num = PIC16Dbg::AuxSize, std::string TagName = "");