mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-12 14:41:05 +00:00
remove extraneous ;
llvm-svn: 93833
This commit is contained in:
parent
885bd38bfc
commit
fa545150c4
@ -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