]> granicus.if.org Git - clang/commitdiff
Update comment in test case after r309308.
authorAkira Hatanaka <ahatanaka@apple.com>
Fri, 28 Jul 2017 01:58:14 +0000 (01:58 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Fri, 28 Jul 2017 01:58:14 +0000 (01:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309352 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/eh.cpp

index cf021b8f4cdec229756e300c445f99b6c7d2c878..dfbe48c3723975b25bf777b9a7d3dfbd9937382e 100644 (file)
@@ -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"*