On Tue, Jun 26, 2012 at 8:57 AM, Jordan Rose <[email protected]> wrote:

>
> On Jun 26, 2012, at 1:12 AM, Richard Smith wrote:
>
> > Modified: cfe/trunk/lib/AST/ExprConstant.cpp
> > URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=159189&r1=159188&r2=159189&view=diff
> >
> ==============================================================================
> > --- cfe/trunk/lib/AST/ExprConstant.cpp (original)
> > +++ cfe/trunk/lib/AST/ExprConstant.cpp Tue Jun 26 03:12:11 2012
> > @@ -366,9 +366,6 @@
> > // Note that we intentionally use std::map here so that references
> > // to values are stable.
> > typedef std::map<const OpaqueValueExpr*, APValue> MapTy;
> > -    /// OpaqueValues - Values used as the common expression in a
> > -    /// BinaryConditionalOperator.
> > -    MapTy OpaqueValues;
>
> No need for the typedef anymore either?
>

Thanks, r159224.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to