mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-06 03:08:43 +00:00
80-column violation.
llvm-svn: 64586
This commit is contained in:
parent
0e6fcb078c
commit
0893cd31fa
@ -108,7 +108,8 @@ public:
|
||||
MallocInst(const Type *Ty, const std::string &NameStr,
|
||||
Instruction *InsertBefore = 0)
|
||||
: 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) {}
|
||||
|
||||
MallocInst(const Type *Ty, Value *ArraySize, unsigned Align,
|
||||
|
Loading…
Reference in New Issue
Block a user