mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-06 06:33:24 +00:00
Fix 80 col violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56048 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb89309399
commit
c0c3b9a3d0
@ -4497,7 +4497,8 @@ isAllocatableRegister(unsigned Reg, MachineFunction &MF,
|
|||||||
namespace llvm {
|
namespace llvm {
|
||||||
/// AsmOperandInfo - This contains information for each constraint that we are
|
/// AsmOperandInfo - This contains information for each constraint that we are
|
||||||
/// lowering.
|
/// lowering.
|
||||||
struct VISIBILITY_HIDDEN SDISelAsmOperandInfo : public TargetLowering::AsmOperandInfo {
|
struct VISIBILITY_HIDDEN SDISelAsmOperandInfo :
|
||||||
|
public TargetLowering::AsmOperandInfo {
|
||||||
/// CallOperand - If this is the result output operand or a clobber
|
/// CallOperand - If this is the result output operand or a clobber
|
||||||
/// this is null, otherwise it is the incoming operand to the CallInst.
|
/// this is null, otherwise it is the incoming operand to the CallInst.
|
||||||
/// This gets modified as the asm is processed.
|
/// This gets modified as the asm is processed.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user