diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-06 10:19:29 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-06 10:19:29 +0000 |
commit | f3fd7ee415ec8a6475a060e29959d04d6158f45f (patch) | |
tree | f52690077921e03fc0cb2247a23d073c3e2ed5ab /lib/Target/Hexagon/HexagonInstrInfo.cpp | |
parent | da82fd411ec37bc81a1e584d2f3163aeda4d2e95 (diff) | |
download | external_llvm-f3fd7ee415ec8a6475a060e29959d04d6158f45f.tar.gz external_llvm-f3fd7ee415ec8a6475a060e29959d04d6158f45f.tar.bz2 external_llvm-f3fd7ee415ec8a6475a060e29959d04d6158f45f.zip |
Hexagon: Remove forbidden iostream includes (it introduces static initializers)
Reorder includes while at it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Hexagon/HexagonInstrInfo.cpp')
-rw-r--r-- | lib/Target/Hexagon/HexagonInstrInfo.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/lib/Target/Hexagon/HexagonInstrInfo.cpp b/lib/Target/Hexagon/HexagonInstrInfo.cpp index a346cd7c09..e83da50569 100644 --- a/lib/Target/Hexagon/HexagonInstrInfo.cpp +++ b/lib/Target/Hexagon/HexagonInstrInfo.cpp @@ -1,4 +1,4 @@ -//=- HexagonInstrInfo.cpp - Hexagon Instruction Information -------*- C++ -*-=// +//===- HexagonInstrInfo.cpp - Hexagon Instruction Information -------------===// // // The LLVM Compiler Infrastructure // @@ -15,22 +15,19 @@ #include "HexagonInstrInfo.h" #include "HexagonSubtarget.h" #include "Hexagon.h" -#include "llvm/Support/MathExtras.h" #include "llvm/ADT/STLExtras.h" #include "llvm/ADT/SmallVector.h" +#include "llvm/CodeGen/DFAPacketizer.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/CodeGen/MachineFrameInfo.h" #include "llvm/CodeGen/MachineMemOperand.h" #include "llvm/CodeGen/PseudoSourceValue.h" +#include "llvm/Support/MathExtras.h" #define GET_INSTRINFO_CTOR -#include "llvm/CodeGen/DFAPacketizer.h" #include "HexagonGenInstrInfo.inc" #include "HexagonGenDFAPacketizer.inc" -#include <iostream> - - using namespace llvm; /// |