Skip to content

Commit 8cb7405

Browse files
trbauerigcbot
authored andcommitted
rename G4Instruction to G4_Instruction
Make file name consistent with other G4 files
1 parent 3c8e167 commit 8cb7405

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

visa/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,14 +327,14 @@ set(GenX_Common_Headers
327327
G4_BB.hpp
328328
G4_Declare.h
329329
G4_IR.hpp
330+
G4_Instruction.h
330331
G4_Kernel.hpp
331332
G4_MsgOpDefs.hpp
332333
G4_Opcode.h
333334
G4_Operand.h
334335
G4_Register.h
335336
G4_SendDescs.hpp
336337
G4_Verifier.hpp
337-
G4Instruction.h
338338
GraphColor.h
339339
HWConformity.h
340340
EmuInt64Add.h

visa/G4_IR.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static const G4_InstOptInfo InstOptInfo[] = {
7373
{G4_##op, name, nsrc, ndst, type, plat, attr},
7474

7575
const G4_Inst_Info G4_Inst_Table[] = {
76-
#include "G4Instruction.h"
76+
#include "G4_Instruction.h"
7777
};
7878

7979
// global functions

visa/G4Instruction.h renamed to visa/G4_Instruction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT
66
77
============================= end_copyright_notice ===========================*/
88

9-
//==== G4Instruction.h - info about G4 instructions ====//
9+
//==== G4_Instruction.h - info about G4 instructions ====//
1010
//
1111
// This file contains descriptions of all G4 instructions (real or pseudo).
1212
// It is the single place to enumerate description for each instruction.

visa/G4_Opcode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ typedef struct _G4_InstOptInfo {
350350
#define HANDLE_INST(op, nsrc, ndst, type, plat, attr) G4_##op,
351351

352352
enum G4_opcode {
353-
#include "G4Instruction.h"
353+
#include "G4_Instruction.h"
354354
G4_NUM_OPCODE
355355
};
356356

0 commit comments

Comments
 (0)