[PATCH] Fixed typo in comment

Eric Christopher echristo at gmail.com
Tue Oct 8 09:50:36 PDT 2013


r192199

Thanks!

-eric

On Tue, Oct 8, 2013 at 4:42 AM, Diana Vasile <diavasile at yahoo.com> wrote:
> Index: LLVMTargetMachine.cpp
> ===================================================================
> --- LLVMTargetMachine.cpp (revision 192179)
> +++ LLVMTargetMachine.cpp (working copy)
> @@ -231,7 +231,7 @@
>  /// addPassesToEmitMachineCode - Add passes to the specified pass manager
> to
>  /// get machine code emitted.  This uses a JITCodeEmitter 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
> +/// of functions.  This method should return true if machine code emission
> is
>  /// not supported.
>  ///
>  bool LLVMTargetMachine::addPassesToEmitMachineCode(PassManagerBase &PM,
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list