commit | 15e723d2c6021bbeacad9baa9c0d946d4a19867e | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Fri Aug 28 23:24:31 2009 +0000 |
committer | Devang Patel <dpatel@apple.com> | Fri Aug 28 23:24:31 2009 +0000 |
tree | ad839c82009fa9220c9934db785cfa5ee35c9d25 | |
parent | c299914a58baed2d7cf594494dbba60880d476cd [diff] [blame] |
Reapply 79977. Use MDNodes to encode debug info in llvm IR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80406 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PIC16/PIC16DebugInfo.h b/lib/Target/PIC16/PIC16DebugInfo.h index 2ccaba3..54e27c7 100644 --- a/lib/Target/PIC16/PIC16DebugInfo.h +++ b/lib/Target/PIC16/PIC16DebugInfo.h
@@ -117,7 +117,7 @@ private: - void SwitchToCU (GlobalVariable *CU); + void SwitchToCU (MDNode *CU); void SwitchToLine (unsigned Line, bool IsInBeginFunction = false); void PopulateDebugInfo (DIType Ty, unsigned short &TypeNo, bool &HasAux,