forked from OSchip/llvm-project
Fix header file include order in NVPTX backend NV_CONTRIB
llvm-svn: 158013
This commit is contained in:
parent
beafa44be8
commit
572a3a2cce
|
@ -15,13 +15,13 @@
|
|||
#ifndef LLVM_TARGET_NVPTX_H
|
||||
#define LLVM_TARGET_NVPTX_H
|
||||
|
||||
#include <cassert>
|
||||
#include <iosfwd>
|
||||
#include "llvm/Value.h"
|
||||
#include "llvm/Module.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Target/TargetMachine.h"
|
||||
#include "MCTargetDesc/NVPTXBaseInfo.h"
|
||||
#include <cassert>
|
||||
#include <iosfwd>
|
||||
|
||||
namespace llvm {
|
||||
class NVPTXTargetMachine;
|
||||
|
|
Loading…
Reference in New Issue