commit | 65657aea6fd982c141b764915a45d015b7057431 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Apr 02 20:17:23 2010 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Apr 02 20:17:23 2010 +0000 |
tree | 6fd1a316fe066b3fb36bfda096dcc2bb3a1681c9 | |
parent | d2c680be1a3161bc53018ae27f6a94628055a3ab [diff] [blame] |
stop using DebugLoc::getUnknownLoc() git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100215 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index 59ac24b..879bdb2 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -546,7 +546,7 @@ PendingExports.clear(); EdgeMapping.clear(); DAG.clear(); - CurDebugLoc = DebugLoc::getUnknownLoc(); + CurDebugLoc = DebugLoc(); HasTailCall = false; }