mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-27 16:17:17 +00:00
finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11469 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user