commit | f39f379f9ec2e2908c89fdc809c9665c7484edb1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Feb 05 00:43:37 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Feb 05 00:43:37 2002 +0000 |
tree | 2e96e08463e9f362423f51cd8e7fe93b86f28653 | |
parent | a9abada125a63836bb3d2375110e36607145a04f [diff] [blame] |
Changes neccesary due to the move of BBLiveVar.h to the lib/Analysis/LiveVar directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1709 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp b/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp index de66f33..07ac10f 100644 --- a/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp +++ b/lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
@@ -10,7 +10,7 @@ #include "llvm/Analysis/LiveVar/MethodLiveVarInfo.h" -#include "llvm/Analysis/LiveVar/BBLiveVar.h" +#include "BBLiveVar.h" #include "llvm/CodeGen/MachineInstr.h" #include "llvm/BasicBlock.h" #include "Support/PostOrderIterator.h"