mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-21 12:38:45 +00:00
Add missing includes/decls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
abe776a794
commit
84a6126937
@ -14,6 +14,11 @@
|
|||||||
#ifndef LLVM_TARGET_TARGETCALLINGCONV_H
|
#ifndef LLVM_TARGET_TARGETCALLINGCONV_H
|
||||||
#define LLVM_TARGET_TARGETCALLINGCONV_H
|
#define LLVM_TARGET_TARGETCALLINGCONV_H
|
||||||
|
|
||||||
|
#include "llvm/CodeGen/ValueTypes.h"
|
||||||
|
#include "llvm/Support/DataTypes.h"
|
||||||
|
#include "llvm/Support/MathExtras.h"
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
namespace ISD {
|
namespace ISD {
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class MachineFunction;
|
class MachineFunction;
|
||||||
|
class StringRef;
|
||||||
|
|
||||||
// Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
|
// Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
|
||||||
namespace FloatABI {
|
namespace FloatABI {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user