mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
Fix header file include order in NVPTX backend NV_CONTRIB
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158013 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1247376856
commit
09b5df8996
@ -15,13 +15,13 @@
|
|||||||
#ifndef LLVM_TARGET_NVPTX_H
|
#ifndef LLVM_TARGET_NVPTX_H
|
||||||
#define LLVM_TARGET_NVPTX_H
|
#define LLVM_TARGET_NVPTX_H
|
||||||
|
|
||||||
#include <cassert>
|
|
||||||
#include <iosfwd>
|
|
||||||
#include "llvm/Value.h"
|
#include "llvm/Value.h"
|
||||||
#include "llvm/Module.h"
|
#include "llvm/Module.h"
|
||||||
#include "llvm/Support/ErrorHandling.h"
|
#include "llvm/Support/ErrorHandling.h"
|
||||||
#include "llvm/Target/TargetMachine.h"
|
#include "llvm/Target/TargetMachine.h"
|
||||||
#include "MCTargetDesc/NVPTXBaseInfo.h"
|
#include "MCTargetDesc/NVPTXBaseInfo.h"
|
||||||
|
#include <cassert>
|
||||||
|
#include <iosfwd>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class NVPTXTargetMachine;
|
class NVPTXTargetMachine;
|
||||||
|
Loading…
Reference in New Issue
Block a user