blob: 4eca50bdd22b4c36087d2b7814fb30528b4ffbee [file] [log] [blame]
Dan Gohman01bbc3e2009-01-16 22:49:36 +00001//===-- IA64Subtarget.cpp - IA64 Subtarget Information ----------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//
9//
10// This file implements the IA64 specific subclass of TargetSubtarget.
11//
12//===----------------------------------------------------------------------===//
13
14#define DEBUG_TYPE "subtarget"
15#include "IA64Subtarget.h"
16using namespace llvm;
17
18IA64Subtarget::IA64Subtarget() {}