mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
finegrainify namespacification
llvm-svn: 11469
This commit is contained in:
parent
177881e6ad
commit
bbe538e930
@ -38,19 +38,14 @@
|
|||||||
#ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
|
#ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
|
||||||
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
|
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
|
||||||
|
|
||||||
namespace llvm {
|
#include <vector>
|
||||||
|
|
||||||
|
namespace llvm {
|
||||||
class TargetData;
|
class TargetData;
|
||||||
class TargetRegisterClass;
|
class TargetRegisterClass;
|
||||||
class Type;
|
class Type;
|
||||||
class MachineFunction;
|
class MachineFunction;
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
namespace llvm {
|
|
||||||
|
|
||||||
class MachineFrameInfo {
|
class MachineFrameInfo {
|
||||||
|
|
||||||
// StackObject - Represent a single object allocated on the stack.
|
// StackObject - Represent a single object allocated on the stack.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user