forked from OSchip/llvm-project
Clear out the CurDebugLoc info when doing a 'clear' on the SDL object.
llvm-svn: 63967
This commit is contained in:
parent
3ebc1ca43e
commit
03c34d0d3c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue