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 | 7fc6027873b4c0ae89ac45d54be5db1624762a96 (patch) | |
tree | c2f93d39ee8da54bd376ef6f99293795baf8deb3 /llvm/lib/Target/PIC16/PIC16Subtarget.cpp | |
parent | 881848119c1d0b2fefb2fe86be4ec7bfc53d4291 (diff) | |
download | bcm5719-llvm-7fc6027873b4c0ae89ac45d54be5db1624762a96.tar.gz bcm5719-llvm-7fc6027873b4c0ae89ac45d54be5db1624762a96.zip |
Detabification. Fixed indentation and spacing.
Changed cout to DOUT, and TODOs to FIXMEs.
Other changes as per coding conventions.
llvm-svn: 51105
Diffstat (limited to 'llvm/lib/Target/PIC16/PIC16Subtarget.cpp')
-rw-r--r-- | llvm/lib/Target/PIC16/PIC16Subtarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PIC16/PIC16Subtarget.cpp b/llvm/lib/Target/PIC16/PIC16Subtarget.cpp index 77448a79488..b7ebf94bc16 100644 --- a/llvm/lib/Target/PIC16/PIC16Subtarget.cpp +++ b/llvm/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"; |