mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 03:33:42 +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:
parent
f54b85237c
commit
9a7313af77
@ -475,7 +475,7 @@ namespace llvm {
|
||||
/// is not associated with any DWARF tag.
|
||||
class DILocation : public DIDescriptor {
|
||||
public:
|
||||
explicit DILocation(MDNode *N) : DIDescriptor(N) { ; }
|
||||
explicit DILocation(MDNode *N) : DIDescriptor(N) { }
|
||||
|
||||
unsigned getLineNumber() const { return getUnsignedField(0); }
|
||||
unsigned getColumnNumber() const { return getUnsignedField(1); }
|
||||
|
Loading…
x
Reference in New Issue
Block a user