summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXNumRegisters.h
blob: b4a4dbce98a9495b7fd2b91cf9700fb03e4abbea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

//===-- NVPTXNumRegisters.h - PTX Register Info ---------------------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef NVPTX_NUM_REGISTERS_H
#define NVPTX_NUM_REGISTERS_H

namespace llvm {

const unsigned NVPTXNumRegisters = 396;

}

#endif