summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LiveVar/BBLiveVar.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-01 13:19:53 +0000
committerChris Lattner <sabre@nondot.org>2001-10-01 13:19:53 +0000
commitba1c1f2fb67148c016861a0c535af8a0af173cce (patch)
treeddfb3a6170a7cc77b26d600cefba1ff81072bbdd /llvm/lib/Analysis/LiveVar/BBLiveVar.h
parenta7610016a5ba5dacf41f65c25774cc4e198418e5 (diff)
downloadbcm5719-llvm-ba1c1f2fb67148c016861a0c535af8a0af173cce.tar.gz
bcm5719-llvm-ba1c1f2fb67148c016861a0c535af8a0af173cce.zip
Pull predecessor and successor iterators out of the CFG*.h files, and plop them into
the BasicBlock class where they should be. pred_begin/pred_end become methods on BasicBlock, and the cfg namespace isn't used anymore. llvm-svn: 691
Diffstat (limited to 'llvm/lib/Analysis/LiveVar/BBLiveVar.h')
-rw-r--r--llvm/lib/Analysis/LiveVar/BBLiveVar.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/Analysis/LiveVar/BBLiveVar.h b/llvm/lib/Analysis/LiveVar/BBLiveVar.h
index e4d5804489d..55a6c3abd51 100644
--- a/llvm/lib/Analysis/LiveVar/BBLiveVar.h
+++ b/llvm/lib/Analysis/LiveVar/BBLiveVar.h
@@ -1,4 +1,4 @@
-/* Title: BBLiveVar.h
+/* Title: BBLiveVar.h -*- C++ -*-
Author: Ruchira Sasanka
Date: Jun 30, 01
Purpose: This is a wrapper class for BasicBlock which is used by live
@@ -13,7 +13,6 @@
#include "llvm/BasicBlock.h"
#include "llvm/Instruction.h"
-#include "llvm/CFG.h"
#include "llvm/Type.h"
#include "llvm/iOther.h"
OpenPOWER on IntegriCloud