projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6a185f
)
finegrainify namespacification
author
Chris Lattner
<sabre@nondot.org>
Sun, 15 Feb 2004 05:52:36 +0000
(
05:52
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 15 Feb 2004 05:52:36 +0000
(
05:52
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11469
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/CodeGen/MachineFrameInfo.h
b/include/llvm/CodeGen/MachineFrameInfo.h
index e48158e1b5c9fb75dbd2109c09794ed85e69e41c..c30a88b2c3d4956673ec455752539a34b940d4bf 100644
(file)
--- a/
include/llvm/CodeGen/MachineFrameInfo.h
+++ b/
include/llvm/CodeGen/MachineFrameInfo.h
@@
-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.