Ping?  Can someone please commit this for me please?  Thanks!

On Fri, Jun 7, 2013 at 7:17 AM, Rafael EspĂ­ndola <[email protected]
> wrote:

> LGTM
>
> On 6 June 2013 22:25, Matthew Dempsky <[email protected]> wrote:
> > Index: lib/CodeGen/CGException.cpp
> > ===================================================================
> > --- lib/CodeGen/CGException.cpp (revision 182812)
> > +++ lib/CodeGen/CGException.cpp (working copy)
> > @@ -89,7 +89,7 @@
> >  }
> >
> >  static llvm::Constant *getUnexpectedFn(CodeGenModule &CGM) {
> > -  // void __cxa_call_unexepcted(void *thrown_exception);
> > +  // void __cxa_call_unexpected(void *thrown_exception);
> >
> >    llvm::FunctionType *FTy =
> >      llvm::FunctionType::get(CGM.VoidTy, CGM.Int8PtrTy,
> /*IsVarArgs=*/false);
> > _______________________________________________
> > cfe-commits mailing list
> > [email protected]
> > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to