1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00

Fix typo in comment.

llvm-svn: 9187
This commit is contained in:
Brian Gaeke 2003-10-16 23:45:05 +00:00
parent 2a7cedb657
commit edea9eca83

View File

@ -176,7 +176,7 @@ namespace {
}
/// 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
/// of functions. This method should returns true if machine code emission is
/// not supported.