Author: ahatanak Date: Thu Jul 27 18:58:14 2017 New Revision: 309352 URL: http://llvm.org/viewvc/llvm-project?rev=309352&view=rev Log: Update comment in test case after r309308.
Modified: cfe/trunk/test/CodeGenCXX/eh.cpp Modified: cfe/trunk/test/CodeGenCXX/eh.cpp URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/eh.cpp?rev=309352&r1=309351&r2=309352&view=diff ============================================================================== --- cfe/trunk/test/CodeGenCXX/eh.cpp (original) +++ cfe/trunk/test/CodeGenCXX/eh.cpp Thu Jul 27 18:58:14 2017 @@ -461,7 +461,7 @@ class DerivedException: public BaseExcep int foo() { throw DerivedException(); - // The alignment passed to memset is 8, not 16, on Darwin. + // The alignment passed to memset is 16 on Darwin. // CHECK: [[T0:%.*]] = call i8* @__cxa_allocate_exception(i64 16) // CHECK-NEXT: [[T1:%.*]] = bitcast i8* [[T0]] to %"class.test17::DerivedException"* _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits