mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-25 17:20:48 +00:00
80-col fixup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1146,8 +1146,9 @@ public:
|
|||||||
Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
||||||
bool OnlyIfReduced = false) const;
|
bool OnlyIfReduced = false) const;
|
||||||
|
|
||||||
/// getAsInstruction - Returns an Instruction which implements the same operation
|
/// getAsInstruction - Returns an Instruction which implements the same
|
||||||
/// as this ConstantExpr. The instruction is not linked to any basic block.
|
/// operation as this ConstantExpr. The instruction is not linked to any basic
|
||||||
|
/// block.
|
||||||
///
|
///
|
||||||
/// A better approach to this could be to have a constructor for Instruction
|
/// A better approach to this could be to have a constructor for Instruction
|
||||||
/// which would take a ConstantExpr parameter, but that would have spread
|
/// which would take a ConstantExpr parameter, but that would have spread
|
||||||
|
Reference in New Issue
Block a user