From 7fc6027873b4c0ae89ac45d54be5db1624762a96 Mon Sep 17 00:00:00 2001 From: Sanjiv Gupta Date: Wed, 14 May 2008 11:31:39 +0000 Subject: Detabification. Fixed indentation and spacing. Changed cout to DOUT, and TODOs to FIXMEs. Other changes as per coding conventions. llvm-svn: 51105 --- llvm/lib/Target/PIC16/PIC16Subtarget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/Target/PIC16/PIC16Subtarget.cpp') 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"; -- cgit v1.2.3