mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
[cleanup] Fix another place where we were including the tablegen'ed code
of a '.inc' file before including actual headers. In this case we had both duplicated a header's include and were including a standard header. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206840 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
43285b394e
commit
cd30379386
@ -16,11 +16,10 @@
|
|||||||
|
|
||||||
#include "ManagedStringPool.h"
|
#include "ManagedStringPool.h"
|
||||||
#include "llvm/Target/TargetRegisterInfo.h"
|
#include "llvm/Target/TargetRegisterInfo.h"
|
||||||
|
#include <sstream>
|
||||||
|
|
||||||
#define GET_REGINFO_HEADER
|
#define GET_REGINFO_HEADER
|
||||||
#include "NVPTXGenRegisterInfo.inc"
|
#include "NVPTXGenRegisterInfo.inc"
|
||||||
#include "llvm/Target/TargetRegisterInfo.h"
|
|
||||||
#include <sstream>
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user