mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
Tabs -> spaces (really?)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82334 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0056499549
commit
3fc19bbbbb
@ -145,7 +145,7 @@ namespace llvm {
|
||||
explicit DICompileUnit(MDNode *N = 0) {
|
||||
DbgNode = N;
|
||||
if (DbgNode && !isCompileUnit())
|
||||
DbgNode = 0;
|
||||
DbgNode = 0;
|
||||
}
|
||||
|
||||
unsigned getLanguage() const { return getUnsignedField(2); }
|
||||
@ -356,7 +356,7 @@ namespace llvm {
|
||||
explicit DISubprogram(MDNode *N = 0) {
|
||||
DbgNode = N;
|
||||
if (DbgNode && !isSubprogram())
|
||||
DbgNode = 0;
|
||||
DbgNode = 0;
|
||||
}
|
||||
|
||||
DIDescriptor getContext() const { return getDescriptorField(2); }
|
||||
@ -462,7 +462,7 @@ namespace llvm {
|
||||
explicit DILexicalBlock(MDNode *N = 0) {
|
||||
DbgNode = N;
|
||||
if (DbgNode && !isLexicalBlock())
|
||||
DbgNode = 0;
|
||||
DbgNode = 0;
|
||||
}
|
||||
DIScope getContext() const { return getFieldAs<DIScope>(1); }
|
||||
|
||||
@ -594,7 +594,7 @@ namespace llvm {
|
||||
|
||||
/// CreateLocation - Creates a debug info location.
|
||||
DILocation CreateLocation(unsigned LineNo, unsigned ColumnNo,
|
||||
DIScope S, DILocation OrigLoc);
|
||||
DIScope S, DILocation OrigLoc);
|
||||
|
||||
/// InsertStopPoint - Create a new llvm.dbg.stoppoint intrinsic invocation,
|
||||
/// inserting it at the end of the specified basic block.
|
||||
|
Loading…
x
Reference in New Issue
Block a user