summaryrefslogtreecommitdiff
path: root/include/llvm/Constant.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-08 06:10:32 +0000
committerChris Lattner <sabre@nondot.org>2004-03-08 06:10:32 +0000
commite45a76c85ba199d24432f2dc6453c10a7048c8c2 (patch)
tree4d5a7494574057bf0b9b945ebc98843985556269 /include/llvm/Constant.h
parentbc2075977cb9555fd2d3b3c3f8a2d957599a964a (diff)
downloadllvm-e45a76c85ba199d24432f2dc6453c10a7048c8c2.tar.gz
llvm-e45a76c85ba199d24432f2dc6453c10a7048c8c2.tar.bz2
llvm-e45a76c85ba199d24432f2dc6453c10a7048c8c2.tar.xz
remove *THANKFULLY* dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12213 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constant.h')
-rw-r--r--include/llvm/Constant.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Constant.h b/include/llvm/Constant.h
index fbed6ee0fb..529603a559 100644
--- a/include/llvm/Constant.h
+++ b/include/llvm/Constant.h
@@ -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