aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PTX/PTXRegisterInfo.cpp
blob: 0f3e7bc2c3a779a2aeb2a187b226e78b4f6fe601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//===- PTXRegisterInfo.cpp - PTX Register Information ---------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file contains the PTX implementation of the TargetRegisterInfo class.
//
//===----------------------------------------------------------------------===//

#include "PTX.h"
#include "PTXRegisterInfo.h"

using namespace llvm;

#include "PTXGenRegisterInfo.inc"