diff options
Diffstat (limited to 'llvm/lib/Analysis/LiveVar/BBLiveVar.h')
-rw-r--r-- | llvm/lib/Analysis/LiveVar/BBLiveVar.h | 3 |
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" |