diff options
author | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2008-05-14 11:31:39 +0000 |
---|---|---|
committer | Sanjiv Gupta <sanjiv.gupta@microchip.com> | 2008-05-14 11:31:39 +0000 |
commit | 2010b3eea608c420337a94b18899e9e378913edb (patch) | |
tree | bf88751f0f674e8c9193faf44ae20931d5d53448 /lib/Target/PIC16/PIC16Subtarget.cpp | |
parent | 6422e8aa1ca15e85302e601397d5d1fae7410ed4 (diff) |
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.cpp')
-rw-r--r-- | lib/Target/PIC16/PIC16Subtarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PIC16/PIC16Subtarget.cpp b/lib/Target/PIC16/PIC16Subtarget.cpp index 77448a7948..b7ebf94bc1 100644 --- a/lib/Target/PIC16/PIC16Subtarget.cpp +++ b/lib/Target/PIC16/PIC16Subtarget.cpp @@ -11,13 +11,13 @@ // //===----------------------------------------------------------------------===// -#include "PIC16Subtarget.h" #include "PIC16.h" +#include "PIC16Subtarget.h" #include "PIC16GenSubtarget.inc" using namespace llvm; PIC16Subtarget::PIC16Subtarget(const TargetMachine &TM, const Module &M, - const std::string &FS) + const std::string &FS) :IsPIC16Old(false) { std::string CPU = "generic"; |