From: Akira Hatanaka Date: Fri, 28 Jul 2017 01:58:14 +0000 (+0000) Subject: Update comment in test case after r309308. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4753d1b3fc50d3a54e0f259bd65600f15fe7da63;p=clang Update comment in test case after r309308. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309352 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/eh.cpp b/test/CodeGenCXX/eh.cpp index cf021b8f4c..dfbe48c372 100644 --- a/test/CodeGenCXX/eh.cpp +++ b/test/CodeGenCXX/eh.cpp @@ -461,7 +461,7 @@ class DerivedException: public BaseException { 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"*