Skip to content

Commit 7b7406f

Browse files
committed
[Stats] Fix typo.
1 parent 7efb2d1 commit 7b7406f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Basic/Statistic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ auxName(StringRef ModuleName,
8888
InputName = "all";
8989
}
9090
if (OptType.empty()) {
91-
InputName = "Onone";
91+
OptType = "Onone";
9292
}
9393
if (!OutputType.empty() && OutputType.front() == '.') {
9494
OutputType = OutputType.substr(1);

0 commit comments

Comments
 (0)