diff options
Diffstat (limited to 'lib/Analysis/LiveVar/BBLiveVar.h')
-rw-r--r-- | lib/Analysis/LiveVar/BBLiveVar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Analysis/LiveVar/BBLiveVar.h b/lib/Analysis/LiveVar/BBLiveVar.h index 6d7d4eb..9ce56a8 100644 --- a/lib/Analysis/LiveVar/BBLiveVar.h +++ b/lib/Analysis/LiveVar/BBLiveVar.h @@ -28,7 +28,7 @@ class BBLiveVar // map that contains phi args->BB they came // set by calcDefUseSets & used by setPropagate - hash_map<const Value *, const BasicBlock *, hashFuncValue> PhiArgMap; + std::hash_map<const Value *, const BasicBlock *> PhiArgMap; // method to propogate an InSet to OutSet of a predecessor bool setPropagate( LiveVarSet *const OutSetOfPred, |