mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 01:43:06 +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
|
||||
#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
Block a user