commit | a4f2bb08de92ccec21cbb3d0a9518384b0173660 | [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 | c7f3ace20c325521c68335a1689645b43b06ddf0 [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; }