Skip to content
Snippets Groups Projects
Commit 4753d1b3 authored by Akira Hatanaka's avatar Akira Hatanaka
Browse files

Update comment in test case after r309308.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@309352 91177308-0d34-0410-b5e6-96231b3b80d8
parent be84f80c
No related branches found
No related tags found
No related merge requests found
......@@ -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"*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment