mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Add missing includes/decls.
llvm-svn: 143722
This commit is contained in:
parent
e689158987
commit
e140806c4c
@ -14,6 +14,11 @@
|
||||
#ifndef 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 ISD {
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
namespace llvm {
|
||||
class MachineFunction;
|
||||
class StringRef;
|
||||
|
||||
// Possible float ABI settings. Used with FloatABIType in TargetOptions.h.
|
||||
namespace FloatABI {
|
||||
|
Loading…
Reference in New Issue
Block a user