summaryrefslogtreecommitdiffstats
path: root/llvm/lib/VMCore/Function.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-09-08 19:44:26 +0000
committerChris Lattner <sabre@nondot.org>2003-09-08 19:44:26 +0000
commit04ecefe2325871f70c89ee7e2a6bda34e0c006b6 (patch)
tree63803e7edc31c6197861e1534488543d1992c67a /llvm/lib/VMCore/Function.cpp
parent0b792b4ed345295214583991a27b692b3c6bd1bb (diff)
downloadbcm5719-llvm-04ecefe2325871f70c89ee7e2a6bda34e0c006b6.tar.gz
bcm5719-llvm-04ecefe2325871f70c89ee7e2a6bda34e0c006b6.zip
Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead
llvm-svn: 8411
Diffstat (limited to 'llvm/lib/VMCore/Function.cpp')
-rw-r--r--llvm/lib/VMCore/Function.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/VMCore/Function.cpp b/llvm/lib/VMCore/Function.cpp
index ccbe4c22448..74098ffc45a 100644
--- a/llvm/lib/VMCore/Function.cpp
+++ b/llvm/lib/VMCore/Function.cpp
@@ -203,9 +203,6 @@ unsigned Function::getIntrinsicID() const {
if (getName() == "llvm.sigsetjmp") return LLVMIntrinsic::sigsetjmp;
if (getName() == "llvm.siglongjmp") return LLVMIntrinsic::siglongjmp;
break;
- case 'u':
- if (getName() == "llvm.unwind") return LLVMIntrinsic::unwind;
- break;
case 'v':
if (getName() == "llvm.va_copy") return LLVMIntrinsic::va_copy;
if (getName() == "llvm.va_end") return LLVMIntrinsic::va_end;
OpenPOWER on IntegriCloud