[PATCH] D19164: [mips][ias] Stream macro expansions to output instead of buffering them. NFC.
Vasileios Kalintiris via llvm-commits
llvm-commits at lists.llvm.org
Sun Apr 17 13:20:25 PDT 2016
vkalintiris accepted this revision.
vkalintiris added a comment.
This revision is now accepted and ready to land.
LGTM. I have just one question inline.
================
Comment at: lib/Target/Mips/MCTargetDesc/MipsTargetStreamer.cpp:814-817
@@ -816,4 +813,6 @@
+#if 0
for (const MCInst &Inst : StoreInsts)
getStreamer().EmitInstruction(Inst, STI);
+#endif
}
----------------
Did you intend to leave this wrapped in preprocessor's if/endif?
http://reviews.llvm.org/D19164
More information about the llvm-commits
mailing list