We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f869393 commit f372ca5Copy full SHA for f372ca5
lib/Target/X86/X86AsmPrinter.cpp
@@ -52,6 +52,7 @@ X86AsmPrinter::X86AsmPrinter(TargetMachine &TM,
52
/// runOnMachineFunction - Emit the function body.
53
///
54
bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
55
+ MF.print(errs());
56
Subtarget = &MF.getSubtarget<X86Subtarget>();
57
58
SMShadowTracker.startFunction(MF);
0 commit comments