forked from OSchip/llvm-project
parent
2274c71150
commit
74b65ee219
|
@ -41,7 +41,6 @@ namespace {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
|
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
|
||||||
/// machine code emitted. This uses a MAchineCodeEmitter object to handle
|
/// machine code emitted. This uses a MAchineCodeEmitter object to handle
|
||||||
/// actually outputting the machine code and resolving things like the address
|
/// actually outputting the machine code and resolving things like the address
|
||||||
|
|
|
@ -41,7 +41,6 @@ namespace {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
|
/// addPassesToEmitMachineCode - Add passes to the specified pass manager to get
|
||||||
/// machine code emitted. This uses a MAchineCodeEmitter object to handle
|
/// machine code emitted. This uses a MAchineCodeEmitter object to handle
|
||||||
/// actually outputting the machine code and resolving things like the address
|
/// actually outputting the machine code and resolving things like the address
|
||||||
|
|
Loading…
Reference in New Issue