summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/Analysis.cpp
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-12-19 22:30:40 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-12-19 22:30:40 +0000
commit34eb6d877eb8e563bc3b546dbcd9f9c1644e7a98 (patch)
treea0f5bd941ea91cf6f36a4149e33ac79163ad5d84 /llvm/lib/Analysis/Analysis.cpp
parent9a53275918ef130dedc7b09234f42c5db6de8068 (diff)
downloadbcm5719-llvm-34eb6d877eb8e563bc3b546dbcd9f9c1644e7a98.tar.gz
bcm5719-llvm-34eb6d877eb8e563bc3b546dbcd9f9c1644e7a98.zip
Adding bindings for memory buffers and module providers. Switching
to exceptions rather than variants for error handling in Ocaml. llvm-svn: 45226
Diffstat (limited to 'llvm/lib/Analysis/Analysis.cpp')
-rw-r--r--llvm/lib/Analysis/Analysis.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/Analysis/Analysis.cpp b/llvm/lib/Analysis/Analysis.cpp
index 6403f2d7faf..685c754ff60 100644
--- a/llvm/lib/Analysis/Analysis.cpp
+++ b/llvm/lib/Analysis/Analysis.cpp
@@ -27,10 +27,6 @@ int LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
return Result;
}
-void LLVMDisposeVerifierMessage(char *Message) {
- free(Message);
-}
-
int LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
return verifyFunction(*unwrap<Function>(Fn),
static_cast<VerifierFailureAction>(Action));
OpenPOWER on IntegriCloud