From 1f7b12b0e5ff11eb6601c65e00b454ad8a084559 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51105 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/PIC16/PIC16Subtarget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Target/PIC16/PIC16Subtarget.cpp') diff --git a/lib/Target/PIC16/PIC16Subtarget.cpp b/lib/Target/PIC16/PIC16Subtarget.cpp index 77448a7..b7ebf94 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"; -- cgit v1.1