Skip to content

Commit 8f6182f

Browse files
committed
[Hexagon] Rename textually included file from .h to .inc
llvm-svn: 352802
1 parent 277e064 commit 8f6182f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
148148
uint64_t /*Address*/, const void *Decoder);
149149
static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
150150
const void *Decoder);
151-
#include "HexagonDepDecoders.h"
151+
#include "HexagonDepDecoders.inc"
152152
#include "HexagonGenDisassemblerTables.inc"
153153

154154
static MCDisassembler *createHexagonDisassembler(const Target &T,

0 commit comments

Comments
 (0)