Revert my previous patch to make the valgrind bots happy.
[oota-llvm.git] / lib / MC / MCMachOStreamer.cpp
index 6f36001037835f1209463424ed8526e0a55f6b81..47060234b389b5de9bcf9225f3eff452ab04a647 100644 (file)
@@ -124,6 +124,9 @@ void MCMachOStreamer::EmitLabel(MCSymbol *Symbol) {
 }
 
 void MCMachOStreamer::EmitAssemblerFlag(MCAssemblerFlag Flag) {
+  // Let the target do whatever target specific stuff it needs to do.
+  getAssembler().getBackend().HandleAssemblerFlag(Flag);
+  // Do any generic stuff we need to do.
   switch (Flag) {
   case MCAF_SyntaxUnified: return; // no-op here.
   case MCAF_Code16: return; // no-op here.