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/MSP430/MSP430InstrInfo.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/MSP430/MSP430InstrInfo.h')
| -rw-r--r-- | llvm/lib/Target/MSP430/MSP430InstrInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/MSP430/MSP430InstrInfo.h b/llvm/lib/Target/MSP430/MSP430InstrInfo.h index fe2a75c3ed7..04f339bdd60 100644 --- a/llvm/lib/Target/MSP430/MSP430InstrInfo.h +++ b/llvm/lib/Target/MSP430/MSP430InstrInfo.h @@ -14,8 +14,8 @@ #ifndef LLVM_TARGET_MSP430INSTRINFO_H #define LLVM_TARGET_MSP430INSTRINFO_H -#include "llvm/Target/TargetInstrInfo.h" #include "MSP430RegisterInfo.h" +#include "llvm/Target/TargetInstrInfo.h" #define GET_INSTRINFO_HEADER #include "MSP430GenInstrInfo.inc" |

