r184495, thanks. On Thu, Jun 20, 2013 at 4:02 PM, Matthew Dempsky <[email protected]> wrote: > 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 >
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
