mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
80-column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@64586 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -108,7 +108,8 @@ public:
|
|||||||
MallocInst(const Type *Ty, const std::string &NameStr,
|
MallocInst(const Type *Ty, const std::string &NameStr,
|
||||||
Instruction *InsertBefore = 0)
|
Instruction *InsertBefore = 0)
|
||||||
: AllocationInst(Ty, 0, Malloc, 0, NameStr, InsertBefore) {}
|
: AllocationInst(Ty, 0, Malloc, 0, NameStr, InsertBefore) {}
|
||||||
MallocInst(const Type *Ty, const std::string &NameStr, BasicBlock *InsertAtEnd)
|
MallocInst(const Type *Ty, const std::string &NameStr,
|
||||||
|
BasicBlock *InsertAtEnd)
|
||||||
: AllocationInst(Ty, 0, Malloc, 0, NameStr, InsertAtEnd) {}
|
: AllocationInst(Ty, 0, Malloc, 0, NameStr, InsertAtEnd) {}
|
||||||
|
|
||||||
MallocInst(const Type *Ty, Value *ArraySize, unsigned Align,
|
MallocInst(const Type *Ty, Value *ArraySize, unsigned Align,
|
||||||
|
Reference in New Issue
Block a user