remove *THANKFULLY* dead method

llvm-svn: 12213
This commit is contained in:
Chris Lattner 2004-03-08 06:10:32 +00:00
parent 75998c0885
commit 16e27f3af3
1 changed files with 0 additions and 6 deletions

View File

@ -85,12 +85,6 @@ public:
"implemented for all constants that have operands!");
assert(0 && "Constants that do not have operands cannot be using 'From'!");
}
// WARNING: Only to be used by Bytecode & Assembly Parsers! USER CODE SHOULD
// NOT USE THIS!!
// Returns the number of uses of OldV that were replaced.
unsigned mutateReferences(Value* OldV, Value *NewV);
// END WARNING!!
};
} // End llvm namespace