mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-11 06:38:20 +00:00
remove extraneous ;
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93833 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -475,7 +475,7 @@ namespace llvm {
|
|||||||
/// is not associated with any DWARF tag.
|
/// is not associated with any DWARF tag.
|
||||||
class DILocation : public DIDescriptor {
|
class DILocation : public DIDescriptor {
|
||||||
public:
|
public:
|
||||||
explicit DILocation(MDNode *N) : DIDescriptor(N) { ; }
|
explicit DILocation(MDNode *N) : DIDescriptor(N) { }
|
||||||
|
|
||||||
unsigned getLineNumber() const { return getUnsignedField(0); }
|
unsigned getLineNumber() const { return getUnsignedField(0); }
|
||||||
unsigned getColumnNumber() const { return getUnsignedField(1); }
|
unsigned getColumnNumber() const { return getUnsignedField(1); }
|
||||||
|
Reference in New Issue
Block a user