summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineFunction.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 01:02:51 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 01:02:51 +0000
commitf9df48d34c8b7b0dc25a157b2610980b8d810b09 (patch)
treeaf65864cb587163801ac89a8cc4664e1800dcc87 /llvm/lib/CodeGen/MachineFunction.cpp
parent5827eeeb66af79e65ffa371361c024d80ce55960 (diff)
downloadbcm5719-llvm-f9df48d34c8b7b0dc25a157b2610980b8d810b09.tar.gz
bcm5719-llvm-f9df48d34c8b7b0dc25a157b2610980b8d810b09.zip
Prune #includes
llvm-svn: 4307
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
-rw-r--r--llvm/lib/CodeGen/MachineFunction.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/MachineFunction.cpp b/llvm/lib/CodeGen/MachineFunction.cpp
index b9f1ae28aee..0e940f88be1 100644
--- a/llvm/lib/CodeGen/MachineFunction.cpp
+++ b/llvm/lib/CodeGen/MachineFunction.cpp
@@ -13,10 +13,8 @@
#include "llvm/Target/MachineFrameInfo.h"
#include "llvm/Target/MachineCacheInfo.h"
#include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
#include "llvm/iOther.h"
#include <limits.h>
-#include <iostream>
const int INVALID_FRAME_OFFSET = INT_MAX; // std::numeric_limits<int>::max();
OpenPOWER on IntegriCloud