summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16DebugInfo.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-08-10 22:11:20 +0000
committerDevang Patel <dpatel@apple.com>2009-08-10 22:11:20 +0000
commit715c66251c8c3667cfad28d268cfd763a5a7cdf7 (patch)
tree046a26997ecccef90b3351cbf21578435f34d7fa /lib/Target/PIC16/PIC16DebugInfo.h
parent72bcdb6c9b5456cf6687c9066ae9d220ebedd80a (diff)
downloadllvm-715c66251c8c3667cfad28d268cfd763a5a7cdf7.tar.gz
llvm-715c66251c8c3667cfad28d268cfd763a5a7cdf7.tar.bz2
llvm-715c66251c8c3667cfad28d268cfd763a5a7cdf7.tar.xz
Do not rely on magic "llvm.dbg.*" global variable name to find debug info.
PIC16 developers, please verify. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78603 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16DebugInfo.h')
-rw-r--r--lib/Target/PIC16/PIC16DebugInfo.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16DebugInfo.h b/lib/Target/PIC16/PIC16DebugInfo.h
index b1360fb4e3..9e6d848f04 100644
--- a/lib/Target/PIC16/PIC16DebugInfo.h
+++ b/lib/Target/PIC16/PIC16DebugInfo.h
@@ -145,8 +145,7 @@ namespace llvm {
short getStorageClass(DIGlobalVariable DIGV);
void EmitFunctBeginDI(const Function *F);
void EmitCompositeTypeDecls(Module &M);
- void EmitCompositeTypeElements (DICompositeType CTy,
- std::string UniqueSuffix);
+ void EmitCompositeTypeElements (DICompositeType CTy, unsigned Suffix);
void EmitFunctEndDI(const Function *F, unsigned Line);
void EmitAuxEntry(const std::string VarName, int Aux[],
int num = PIC16Dbg::AuxSize, std::string TagName = "");