From 4753d1b3fc50d3a54e0f259bd65600f15fe7da63 Mon Sep 17 00:00:00 2001 From: Akira Hatanaka <ahatanaka@apple.com> Date: Fri, 28 Jul 2017 01:58:14 +0000 Subject: [PATCH] Update comment in test case after r309308. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309352 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/eh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenCXX/eh.cpp b/test/CodeGenCXX/eh.cpp index cf021b8f4cd..dfbe48c3723 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"* -- GitLab