summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-27 21:36:03 +0000
committerChris Lattner <sabre@nondot.org>2006-03-27 21:36:03 +0000
commit5bb1d90afd6f55d0efd32717a0adbd0805382644 (patch)
tree718e6054372ab8be5ee8e3a27aa3453a0b22bbb2 /llvm/lib
parentd5f94c9574c73e8b9c450f95f9db5b85d8461a29 (diff)
downloadbcm5719-llvm-5bb1d90afd6f55d0efd32717a0adbd0805382644.tar.gz
bcm5719-llvm-5bb1d90afd6f55d0efd32717a0adbd0805382644.zip
Disable dbg_declare, it currently breaks the CFE build
llvm-svn: 27182
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index c1450088525..dc87390102d 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -1382,6 +1382,7 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) {
return 0;
}
case Intrinsic::dbg_declare: {
+ return 0;
MachineDebugInfo *DebugInfo = DAG.getMachineDebugInfo();
DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
if (DebugInfo && DebugInfo->Verify(DI.getVariable())) {
OpenPOWER on IntegriCloud