mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
Fix a bug with default arguments that apple gcc doesn't notice that llvmbb does.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
09e99e41aa
commit
3b78185a18
@ -191,7 +191,7 @@ namespace llvm {
|
||||
/// DIGlobal - This is a common class for global variables and subprograms.
|
||||
class DIGlobal : public DIDescriptor {
|
||||
protected:
|
||||
explicit DIGlobal(GlobalVariable *GV = 0, unsigned RequiredTag)
|
||||
explicit DIGlobal(GlobalVariable *GV, unsigned RequiredTag)
|
||||
: DIDescriptor(GV, RequiredTag) {}
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user