summaryrefslogtreecommitdiff
path: root/lib/Target/PIC16/PIC16Subtarget.h
diff options
context:
space:
mode:
authorSanjiv Gupta <sanjiv.gupta@microchip.com>2008-05-14 11:31:39 +0000
committerSanjiv Gupta <sanjiv.gupta@microchip.com>2008-05-14 11:31:39 +0000
commit2010b3eea608c420337a94b18899e9e378913edb (patch)
treebf88751f0f674e8c9193faf44ae20931d5d53448 /lib/Target/PIC16/PIC16Subtarget.h
parent6422e8aa1ca15e85302e601397d5d1fae7410ed4 (diff)
downloadllvm-2010b3eea608c420337a94b18899e9e378913edb.tar.gz
llvm-2010b3eea608c420337a94b18899e9e378913edb.tar.bz2
llvm-2010b3eea608c420337a94b18899e9e378913edb.tar.xz
Detabification. Fixed indentation and spacing.
Changed cout to DOUT, and TODOs to FIXMEs. Other changes as per coding conventions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PIC16/PIC16Subtarget.h')
-rw-r--r--lib/Target/PIC16/PIC16Subtarget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16Subtarget.h b/lib/Target/PIC16/PIC16Subtarget.h
index e2084968cc..d7cb2392b0 100644
--- a/lib/Target/PIC16/PIC16Subtarget.h
+++ b/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.