diff options
author | Devang Patel <dpatel@apple.com> | 2009-07-02 00:28:03 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-07-02 00:28:03 +0000 |
commit | 6d8f1263f40e6b8fc2cd5cce3dfd9ce99fe09226 (patch) | |
tree | d7ff4ec82f1cc1e8c61b446841c4564e772fc8b0 /lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | |
parent | f530c92cd55f35f64904e42e38b3a2bc92b347cb (diff) |
Simplify.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74677 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index a5fe32b853..d4a330b012 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp @@ -3962,7 +3962,6 @@ SelectionDAGLowering::visitIntrinsicCall(CallInst &I, unsigned Intrinsic) { MachineFunction &MF = DAG.getMachineFunction(); // If this subprogram does not describe current function then this is // beginning of a inlined function. - bool isInlinedFnStart = !Subprogram.describes(MF.getFunction()); if (isInlinedFnStart && OptLevel != CodeGenOpt::None) // FIXME: Debugging informaation for inlined function is only |