Skip to content

Commit 1aa840e

Browse files
committed
---
yaml --- r: 345039 b: refs/heads/master c: 45f4eea h: refs/heads/master i: 345037: 5cfb4ce 345035: 83f3575 345031: 83c475d 345023: 2ba59f2
1 parent 98845d1 commit 1aa840e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 8303f90b44083664cd645823163bd1f0e45ef7a3
2+
refs/heads/master: 45f4eeaab6afd12b2353b3a3454c8d7282daa987
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/AST/ASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3639,7 +3639,7 @@ FunctionType *FunctionType::getOld(Type input, Type result,
36393639
AnyFunctionType::decomposeInput(input, params);
36403640
void *mem = C.Allocate(sizeof(FunctionType) +
36413641
sizeof(AnyFunctionType::Param) * params.size(),
3642-
alignof(FunctionType));
3642+
alignof(FunctionType), arena);
36433643
return Entry = new (mem) FunctionType(params, input, result,
36443644
properties, info);
36453645
}

0 commit comments

Comments
 (0)