diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2017-07-28 01:58:14 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2017-07-28 01:58:14 +0000 |
commit | 7ce6ed49e8aa349dda3b6e5bac834d63a8733ee8 (patch) | |
tree | 6afd99db64af78dd39c31684ae72b012673f397d /clang/test/CodeGenCXX/eh.cpp | |
parent | ce5e65ee93ea171e98d7d5a05a69b4d94b225c7a (diff) | |
download | bcm5719-llvm-7ce6ed49e8aa349dda3b6e5bac834d63a8733ee8.tar.gz bcm5719-llvm-7ce6ed49e8aa349dda3b6e5bac834d63a8733ee8.zip |
Update comment in test case after r309308.
llvm-svn: 309352
Diffstat (limited to 'clang/test/CodeGenCXX/eh.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/eh.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/eh.cpp b/clang/test/CodeGenCXX/eh.cpp index cf021b8f4cd..dfbe48c3723 100644 --- a/clang/test/CodeGenCXX/eh.cpp +++ b/clang/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"* |