mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +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:
parent
847a488261
commit
300c594636
@ -1146,8 +1146,9 @@ public:
|
||||
Constant *getWithOperands(ArrayRef<Constant *> Ops, Type *Ty,
|
||||
bool OnlyIfReduced = false) const;
|
||||
|
||||
/// getAsInstruction - Returns an Instruction which implements the same operation
|
||||
/// as this ConstantExpr. The instruction is not linked to any basic block.
|
||||
/// getAsInstruction - Returns an Instruction which implements the same
|
||||
/// 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
|
||||
/// which would take a ConstantExpr parameter, but that would have spread
|
||||
|
Loading…
x
Reference in New Issue
Block a user