diff --git a/include/llvm/CodeGen/FunctionLiveVarInfo.h b/include/llvm/CodeGen/FunctionLiveVarInfo.h index 7c8000dc497..e79d58f7e4c 100644 --- a/include/llvm/CodeGen/FunctionLiveVarInfo.h +++ b/include/llvm/CodeGen/FunctionLiveVarInfo.h @@ -49,7 +49,9 @@ class FunctionLiveVarInfo : public FunctionPass { // Machine Instr to LiveVarSet Map for providing LVset AFTER each inst. // These sets are just pointers to sets in MInst2LVSetBI or BBLiveVar. - hash_map MInst2LVSetAI; + hash_map MInst2LVSetAI; + + hash_map BBLiveVarInfo; // Stored Function that the data is computed with respect to const Function *M;