finegrainify namespacification

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11469 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2004-02-15 05:52:36 +00:00
parent d6a185fde0
commit 46ccf6d382

View File

@@ -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.