Skip to content

Commit a9e2159

Browse files
committed
Fixes several build warnings.
1 parent 53a9367 commit a9e2159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Lower/PFTBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ class PFTBuilder {
450450
/// not significant, but could be changed.
451451
///
452452
void rewriteIfGotos() {
453-
using T = struct {
453+
struct T {
454454
lower::pft::EvaluationList::iterator ifConstructIt;
455455
parser::Label ifTargetLabel;
456456
bool isCycleStmt = false;

0 commit comments

Comments
 (0)