aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/XCoreSubtarget.cpp
blob: 78a6fa5b2edbe68e6398f4be8a32954db293f7d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//===- XCoreSubtarget.cpp - XCore Subtarget Information -----------*- C++ -*-=//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file implements the XCore specific subclass of TargetSubtarget.
//
//===----------------------------------------------------------------------===//

#include "XCoreSubtarget.h"
#include "XCore.h"
using namespace llvm;

XCoreSubtarget::XCoreSubtarget(const std::string &TT, const std::string &FS)
{
}