mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-14 11:39:35 +00:00
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
llvm-svn: 58958
This commit is contained in:
parent
9d5771ea17
commit
85af1ee10d
@ -191,7 +191,7 @@ namespace llvm {
|
|||||||
/// DIGlobal - This is a common class for global variables and subprograms.
|
/// DIGlobal - This is a common class for global variables and subprograms.
|
||||||
class DIGlobal : public DIDescriptor {
|
class DIGlobal : public DIDescriptor {
|
||||||
protected:
|
protected:
|
||||||
explicit DIGlobal(GlobalVariable *GV = 0, unsigned RequiredTag)
|
explicit DIGlobal(GlobalVariable *GV, unsigned RequiredTag)
|
||||||
: DIDescriptor(GV, RequiredTag) {}
|
: DIDescriptor(GV, RequiredTag) {}
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user