comparison lib/Target/NVPTX/MCTargetDesc/NVPTXMCTargetDesc.h @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents 95c75e76d11b
children afa8332a0e37
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
9 // 9 //
10 // This file provides NVPTX specific target descriptions. 10 // This file provides NVPTX specific target descriptions.
11 // 11 //
12 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===//
13 13
14 #ifndef NVPTXMCTARGETDESC_H 14 #ifndef LLVM_LIB_TARGET_NVPTX_MCTARGETDESC_NVPTXMCTARGETDESC_H
15 #define NVPTXMCTARGETDESC_H 15 #define LLVM_LIB_TARGET_NVPTX_MCTARGETDESC_NVPTXMCTARGETDESC_H
16 16
17 namespace llvm { 17 namespace llvm {
18 class Target; 18 class Target;
19 19
20 extern Target TheNVPTXTarget32; 20 extern Target TheNVPTXTarget32;