mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-07 11:59:09 +00:00
Fix header file include order in NVPTX backend NV_CONTRIB
llvm-svn: 158013
This commit is contained in:
parent
e1d3e7543c
commit
00b608400c
@ -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…
x
Reference in New Issue
Block a user