summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-01-14 20:41:29 +0000
committerChris Lattner <sabre@nondot.org>2004-01-14 20:41:29 +0000
commit2d6902b4b6caaf267a50d90524a7c94787ef8a3c (patch)
tree2c1f944d96a5625feab80b59355f65fffbd2ede0
parenteeb4ffd8eadd4b634b8416afb36d7bcf6eaa4ec6 (diff)
downloadbcm5719-llvm-2d6902b4b6caaf267a50d90524a7c94787ef8a3c.tar.gz
bcm5719-llvm-2d6902b4b6caaf267a50d90524a7c94787ef8a3c.zip
Hrm, apparently I missed lowering this intrinsic. :(
llvm-svn: 10858
-rw-r--r--llvm/lib/VMCore/IntrinsicLowering.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/VMCore/IntrinsicLowering.cpp b/llvm/lib/VMCore/IntrinsicLowering.cpp
index 52faefdf39a..026150f78b5 100644
--- a/llvm/lib/VMCore/IntrinsicLowering.cpp
+++ b/llvm/lib/VMCore/IntrinsicLowering.cpp
@@ -52,6 +52,7 @@ 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