diff options
author | Richard Trieu <rtrieu@google.com> | 2019-01-31 21:58:42 +0000 |
---|---|---|
committer | Richard Trieu <rtrieu@google.com> | 2019-01-31 21:58:42 +0000 |
commit | 8f6182f7f669f21e90ad7920a7e911f0444c9da9 (patch) | |
tree | 349bf7297a93ff9e8a6d6e5367d8fa970fd3d17a | |
parent | 277e064bf5297e91b273daa7018d5f2341a346a9 (diff) | |
download | bcm5719-llvm-8f6182f7f669f21e90ad7920a7e911f0444c9da9.tar.gz bcm5719-llvm-8f6182f7f669f21e90ad7920a7e911f0444c9da9.zip |
[Hexagon] Rename textually included file from .h to .inc
llvm-svn: 352802
-rw-r--r-- | llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Hexagon/HexagonDepDecoders.inc (renamed from llvm/lib/Target/Hexagon/HexagonDepDecoders.h) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp b/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp index ac9c2cb5db1..01862d2c090 100644 --- a/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp +++ b/llvm/lib/Target/Hexagon/Disassembler/HexagonDisassembler.cpp @@ -148,7 +148,7 @@ static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp, uint64_t /*Address*/, const void *Decoder); static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address, const void *Decoder); -#include "HexagonDepDecoders.h" +#include "HexagonDepDecoders.inc" #include "HexagonGenDisassemblerTables.inc" static MCDisassembler *createHexagonDisassembler(const Target &T, diff --git a/llvm/lib/Target/Hexagon/HexagonDepDecoders.h b/llvm/lib/Target/Hexagon/HexagonDepDecoders.inc index 10068abce7e..10068abce7e 100644 --- a/llvm/lib/Target/Hexagon/HexagonDepDecoders.h +++ b/llvm/lib/Target/Hexagon/HexagonDepDecoders.inc |