diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-09 20:02:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-09 20:02:42 +0000 |
commit | 213209a2486983c7620289ebae67e3ffd5bc653d (patch) | |
tree | 0728ed1832a7523448cba698cf0001f172c42dc0 /llvm/lib/CodeGen/IntrinsicLowering.cpp | |
parent | ea0aa2868f534428f694f1e90bb3bd54684f217e (diff) | |
download | bcm5719-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.cpp | 1 |
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())); |