diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-03-27 21:36:03 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-03-27 21:36:03 +0000 |
| commit | 5bb1d90afd6f55d0efd32717a0adbd0805382644 (patch) | |
| tree | 718e6054372ab8be5ee8e3a27aa3453a0b22bbb2 /llvm/lib | |
| parent | d5f94c9574c73e8b9c450f95f9db5b85d8461a29 (diff) | |
| download | bcm5719-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.cpp | 1 |
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())) { |

