VCG output support removed because it was broken and will never be used.
authorChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2002 22:30:17 +0000 (22:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Apr 2002 22:30:17 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2146 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Assembly/Writer.h

index a148c0b48aa323a89b92e7d9dcb78f9793b7b636..4c6c9fd99231b374f965c06cdbacea5927ebe3a1 100644 (file)
@@ -47,17 +47,6 @@ std::ostream &WriteAsOperand(std::ostream &, const Value *, bool PrintTy = true,
                              bool PrintName = true, SlotCalculator *Table = 0);
 
 
-// WriteToVCG - Dump the specified structure to a VCG file.  If method is
-// dumped, then the file named is created.  If a module is to be written, a
-// family of files with a common base name is created, with a method name
-// suffix.
-//
-void WriteToVCG(const Module *Module, const std::string &Filename);
-void WriteToVCG(const Function *Func, const std::string &Filename);
-
-
-
-
 // Define operator<< to work on the various classes that we can send to an 
 // ostream...
 //