[llvm-commits] [llmv-gcc4] Change in arguments (fix build.)
Bill Wendling
isanbard at gmail.com
Wed Dec 6 11:59:08 PST 2006
Thank you!
On 12/6/06, Jim Laskey <jlaskey at apple.com> wrote:
> Index: gcc/llvm-backend.cpp
> ===================================================================
> --- gcc/llvm-backend.cpp (revision 120946)
> +++ gcc/llvm-backend.cpp (working copy)
> @@ -818,7 +818,7 @@
> void print_llvm(FILE *file, void *LLVM) {
> oFILEstream FS(file);
> FS << "LLVM: ";
> - WriteAsOperand(FS, (Value*)LLVM, true, true, TheModule);
> + WriteAsOperand(FS, (Value*)LLVM, true, TheModule);
> }
> /* APPLE LOCAL end LLVM (ENTIRE FILE!) */
>
>
>
> _______________________________________________
> 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