diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-30 17:32:34 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-11-30 17:32:34 +0000 |
commit | e6241798c919e4afc6f106be22d5b0f74c2e6694 (patch) | |
tree | 75716234c091a1ee337aad6e8e00414ac24f19bd | |
parent | e5113bce6ce3341615ab50b5b165a4d19ac5eae7 (diff) | |
download | bcm5719-llvm-e6241798c919e4afc6f106be22d5b0f74c2e6694.tar.gz bcm5719-llvm-e6241798c919e4afc6f106be22d5b0f74c2e6694.zip |
[Hexagon] NFC Reordering headers.
llvm-svn: 254307
-rw-r--r-- | llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp index 2f3521bfd71..b73af8249cb 100644 --- a/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp +++ b/llvm/lib/Target/Hexagon/MCTargetDesc/HexagonAsmBackend.cpp @@ -13,12 +13,12 @@ #include "MCTargetDesc/HexagonBaseInfo.h" #include "MCTargetDesc/HexagonMCInstrInfo.h" #include "llvm/MC/MCAsmBackend.h" +#include "llvm/MC/MCAsmLayout.h" #include "llvm/MC/MCAssembler.h" #include "llvm/MC/MCContext.h" #include "llvm/MC/MCELFObjectWriter.h" #include "llvm/MC/MCFixupKindInfo.h" #include "llvm/MC/MCInstrInfo.h" -#include "llvm/MC/MCAsmLayout.h" #include "llvm/Support/Debug.h" #include "llvm/Support/TargetRegistry.h" |