commit | 83aa97941f75421901c90e7fdb95d45f0f14a3e7 | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Thu Jan 14 21:00:27 2016 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Thu Jan 14 21:00:27 2016 +0000 |
tree | df328ff43765c82ef7b3fa9e9cb7f63d867dba59 | |
parent | 489a806965a0e0d599246c688538eb20c5bf58a2 [diff] [blame] |
Update for LLVM function name change. llvm-svn: 257802
diff --git a/clang/lib/CodeGen/CGCleanup.h b/clang/lib/CodeGen/CGCleanup.h index 909f00b..4823773 100644 --- a/clang/lib/CodeGen/CGCleanup.h +++ b/clang/lib/CodeGen/CGCleanup.h
@@ -540,7 +540,7 @@ Size = EHPadEndScope::getSize(); break; } - Ptr += llvm::RoundUpToAlignment(Size, ScopeStackAlignment); + Ptr += llvm::alignTo(Size, ScopeStackAlignment); return *this; }