File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f440c5af1b28145ff5710088628c5066eb1f6e90
2
+ refs/heads/master: fd936c052d2a131aee35ca66eecd753d1f0951f8
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -2150,7 +2150,7 @@ class PrintExpr : public ExprVisitor<PrintExpr> {
2150
2150
PrintWithColorRAII (OS, ParenthesisColor) << ' )' ;
2151
2151
}
2152
2152
void visitArgumentShuffleExpr (ArgumentShuffleExpr *E) {
2153
- printCommon (E, " tuple_shuffle_expr " );
2153
+ printCommon (E, " argument_shuffle_expr " );
2154
2154
switch (E->getTypeImpact ()) {
2155
2155
case ArgumentShuffleExpr::ScalarToTuple:
2156
2156
OS << " scalar_to_tuple" ;
You can’t perform that action at this time.
0 commit comments