Skip to content

Commit 5aacf5e

Browse files
committed
---
yaml --- r: 347337 b: refs/heads/master c: fd936c0 h: refs/heads/master i: 347335: 4d39c90
1 parent f22a1ee commit 5aacf5e

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: f440c5af1b28145ff5710088628c5066eb1f6e90
2+
refs/heads/master: fd936c052d2a131aee35ca66eecd753d1f0951f8
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/ASTDumper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
21502150
PrintWithColorRAII(OS, ParenthesisColor) << ')';
21512151
}
21522152
void visitArgumentShuffleExpr(ArgumentShuffleExpr *E) {
2153-
printCommon(E, "tuple_shuffle_expr");
2153+
printCommon(E, "argument_shuffle_expr");
21542154
switch (E->getTypeImpact()) {
21552155
case ArgumentShuffleExpr::ScalarToTuple:
21562156
OS << " scalar_to_tuple";

0 commit comments

Comments
 (0)