Skip to content

Commit deac021

Browse files
committed
[CodeGen] Remove extraneous spaces at start of line in TargetOpcodes.def. NFC
1 parent c6eb9e2 commit deac021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/Support/TargetOpcodes.def

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ HANDLE_TARGET_OPCODE(SUBREG_TO_REG)
7272
/// virtual registers have been created for all the instructions, and it's
7373
/// only needed in cases where the register classes implied by the
7474
/// instructions are insufficient. It is emitted as a COPY MachineInstr.
75-
HANDLE_TARGET_OPCODE(COPY_TO_REGCLASS)
75+
HANDLE_TARGET_OPCODE(COPY_TO_REGCLASS)
7676

7777
/// DBG_VALUE - a mapping of the llvm.dbg.value intrinsic
7878
HANDLE_TARGET_OPCODE(DBG_VALUE)
@@ -103,11 +103,11 @@ HANDLE_TARGET_OPCODE(DBG_LABEL)
103103
/// e.g. v1027 = REG_SEQUENCE v1024, 3, v1025, 4, v1026, 5
104104
/// After register coalescing references of v1024 should be replace with
105105
/// v1027:3, v1025 with v1027:4, etc.
106-
HANDLE_TARGET_OPCODE(REG_SEQUENCE)
106+
HANDLE_TARGET_OPCODE(REG_SEQUENCE)
107107

108108
/// COPY - Target-independent register copy. This instruction can also be
109109
/// used to copy between subregisters of virtual registers.
110-
HANDLE_TARGET_OPCODE(COPY)
110+
HANDLE_TARGET_OPCODE(COPY)
111111

112112
/// BUNDLE - This instruction represents an instruction bundle. Instructions
113113
/// which immediately follow a BUNDLE instruction which are marked with

0 commit comments

Comments
 (0)