diff options
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16Subtarget.h')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16Subtarget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16Subtarget.h b/llvm/lib/Target/PIC16/PIC16Subtarget.h index e2084968cc5..d7cb2392b07 100644 --- a/llvm/lib/Target/PIC16/PIC16Subtarget.h +++ b/llvm/lib/Target/PIC16/PIC16Subtarget.h @@ -14,8 +14,8 @@ #ifndef PIC16SUBTARGET_H #define PIC16SUBTARGET_H -#include "llvm/Target/TargetSubtarget.h" #include "llvm/Target/TargetMachine.h" +#include "llvm/Target/TargetSubtarget.h" #include <string> @@ -30,7 +30,7 @@ public: /// of the specified module. /// PIC16Subtarget(const TargetMachine &TM, const Module &M, - const std::string &FS); + const std::string &FS); /// ParseSubtargetFeatures - Parses features string setting specified /// subtarget options. Definition of function is auto generated by tblgen. |