summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/IntrinsicLowering.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-09 20:02:42 +0000
committerChris Lattner <sabre@nondot.org>2006-03-09 20:02:42 +0000
commit213209a2486983c7620289ebae67e3ffd5bc653d (patch)
tree0728ed1832a7523448cba698cf0001f172c42dc0 /llvm/lib/CodeGen/IntrinsicLowering.cpp
parentea0aa2868f534428f694f1e90bb3bd54684f217e (diff)
downloadbcm5719-llvm-213209a2486983c7620289ebae67e3ffd5bc653d.tar.gz
bcm5719-llvm-213209a2486983c7620289ebae67e3ffd5bc653d.zip
remove dbg_declare, it's not used yet.
llvm-svn: 26659
Diffstat (limited to 'llvm/lib/CodeGen/IntrinsicLowering.cpp')
-rw-r--r--llvm/lib/CodeGen/IntrinsicLowering.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/IntrinsicLowering.cpp b/llvm/lib/CodeGen/IntrinsicLowering.cpp
index a02d4649814..82ca3c254b2 100644
--- a/llvm/lib/CodeGen/IntrinsicLowering.cpp
+++ b/llvm/lib/CodeGen/IntrinsicLowering.cpp
@@ -402,7 +402,6 @@ void DefaultIntrinsicLowering::LowerIntrinsicCall(CallInst *CI) {
case Intrinsic::dbg_stoppoint:
case Intrinsic::dbg_region_start:
case Intrinsic::dbg_region_end:
- case Intrinsic::dbg_declare:
case Intrinsic::dbg_func_start:
if (CI->getType() != Type::VoidTy)
CI->replaceAllUsesWith(Constant::getNullValue(CI->getType()));
OpenPOWER on IntegriCloud