Skip to content

Commit 803bd28

Browse files
committed
StaticCodeGen: move comment to avoid silly placement
1 parent b95c614 commit 803bd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/StaticCodeGen/StaticCodeGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,13 +267,13 @@ std::string CompilationOptions::serializeCompilationOptions() const {
267267
}
268268
// Serialize OLvl
269269
buffer += std::to_string(OLvl);
270-
// Serialize TargetOptions
271270
#ifdef __x86_64__
272271
errs() << "Using incomplete serialization of compilation options, FIXME!\n";
273272
#else
274273
#warning \
275274
"Unable to emit runtime warning that serialization of compilation options is incomplete!"
276275
#endif
276+
// Serialize TargetOptions
277277
buffer += std::to_string(TOptions.PrintMachineCode);
278278
// buffer += std::to_string(TOptions.LessPreciseFPMADOption);
279279
buffer += std::to_string(TOptions.UnsafeFPMath);

0 commit comments

Comments
 (0)