diff options
| author | Craig Topper <craig.topper@gmail.com> | 2012-03-17 18:46:09 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2012-03-17 18:46:09 +0000 |
| commit | b25fda95f6da3d42c8f7c12d5e3a52da7cc67008 (patch) | |
| tree | 52511dd3aa3932a01bd4f47bc701ce776caacb0f /llvm/lib/Target/Hexagon/HexagonISelLowering.h | |
| parent | e8810768a9b285316650b60b5865f3a9110942b6 (diff) | |
| download | bcm5719-llvm-b25fda95f6da3d42c8f7c12d5e3a52da7cc67008.tar.gz bcm5719-llvm-b25fda95f6da3d42c8f7c12d5e3a52da7cc67008.zip | |
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
llvm-svn: 152997
Diffstat (limited to 'llvm/lib/Target/Hexagon/HexagonISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Hexagon/HexagonISelLowering.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Hexagon/HexagonISelLowering.h b/llvm/lib/Target/Hexagon/HexagonISelLowering.h index 53964866651..4208bcb2fdc 100644 --- a/llvm/lib/Target/Hexagon/HexagonISelLowering.h +++ b/llvm/lib/Target/Hexagon/HexagonISelLowering.h @@ -15,10 +15,10 @@ #ifndef Hexagon_ISELLOWERING_H #define Hexagon_ISELLOWERING_H +#include "Hexagon.h" #include "llvm/Target/TargetLowering.h" #include "llvm/CallingConv.h" #include "llvm/CodeGen/CallingConvLower.h" -#include "Hexagon.h" namespace llvm { namespace HexagonISD { |

