This commit is contained in:
Jaebaek Seo 2018-04-17 14:13:19 -04:00
parent ff92339fff
commit 3c5bd26668

View File

@ -259,7 +259,7 @@ const std::string& HeaderWithNaN() {
%double_nan = OpConstant %double -0x1.8p+1024
)";
return headerWithNan;
return headerWithNaN;
}
// clang-format off