Skip to content

Commit 77554c1

Browse files
committed
[Stats] Fix typo.
1 parent 0bf0f52 commit 77554c1

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
@@ -101,7 +101,7 @@ auxName(StringRef ModuleName,
101101
InputName = "all";
102102
}
103103
if (OptType.empty()) {
104-
InputName = "Onone";
104+
OptType = "Onone";
105105
}
106106
if (!OutputType.empty() && OutputType.front() == '.') {
107107
OutputType = OutputType.substr(1);

0 commit comments

Comments
 (0)