[llvm-commits] [llmv-gcc4] Change in arguments (fix build.)

Jim Laskey jlaskey at apple.com
Wed Dec 6 06:06:57 PST 2006


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!)  */

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20061206/c1cb3267/attachment.bin>


More information about the llvm-commits mailing list