finegrainify namespacification

llvm-svn: 11469
This commit is contained in:
Chris Lattner 2004-02-15 05:52:36 +00:00
parent 177881e6ad
commit bbe538e930

View File

@ -38,19 +38,14 @@
#ifndef LLVM_CODEGEN_MACHINEFRAMEINFO_H
#define LLVM_CODEGEN_MACHINEFRAMEINFO_H
namespace llvm {
#include <vector>
namespace llvm {
class TargetData;
class TargetRegisterClass;
class Type;
class MachineFunction;
}
#include <vector>
namespace llvm {
class MachineFrameInfo {
// StackObject - Represent a single object allocated on the stack.