1 //===- BlackfinSubtarget.cpp - BLACKFIN Subtarget Information -------------===//
3 // The LLVM Compiler Infrastructure
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
8 //===----------------------------------------------------------------------===//
10 // This file implements the blackfin specific subclass of TargetSubtarget.
12 //===----------------------------------------------------------------------===//
14 #include "BlackfinSubtarget.h"
15 #include "BlackfinGenSubtarget.inc"
19 BlackfinSubtarget::BlackfinSubtarget(const std::string
&TT
,
20 const std::string
&FS
)
33 std::string CPU
= "generic";
34 // Parse features string.
35 ParseSubtargetFeatures(FS
, CPU
);