diff options
-rw-r--r-- | Analysis/LiveVariables.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Analysis/LiveVariables.cpp b/Analysis/LiveVariables.cpp index 59039fb14a..1201eb021d 100644 --- a/Analysis/LiveVariables.cpp +++ b/Analysis/LiveVariables.cpp @@ -173,7 +173,7 @@ void TransferFuncs::VisitDeclStmt(DeclStmt* DS) { //===----------------------------------------------------------------------===// namespace { -typedef DeclBitVector_Types::Union Merge; +typedef ExprDeclBitVector_Types::Union Merge; typedef DataflowSolver<LiveVariables,TransferFuncs,Merge> Solver; } // end anonymous namespace |