mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 05:27:43 +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
|
||||
#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.
|
||||
|
Loading…
Reference in New Issue
Block a user