1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Clear out the CurDebugLoc info when doing a 'clear' on the SDL object.

llvm-svn: 63967
This commit is contained in:
Bill Wendling 2009-02-06 21:36:23 +00:00
parent 06176b1596
commit cd6bb3e248

View File

@ -757,6 +757,7 @@ void SelectionDAGLowering::clear() {
PendingLoads.clear();
PendingExports.clear();
DAG.clear();
CurDebugLoc = DebugLoc::getUnknownLoc();
}
/// getRoot - Return the current virtual root of the Selection DAG,