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

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to