Move DebugScopeStack from SILBuilder to SILGenFunction, using the swift new

InsertedInstrs facility.
No functionality change intended.

Swift SVN r7520
This commit is contained in:
Adrian Prantl
2013-08-23 20:11:44 +00:00
parent 2d8a16331d
commit a1c6b653ad
7 changed files with 48 additions and 34 deletions

View File

@@ -11,6 +11,7 @@
//===----------------------------------------------------------------------===//
#include "SILGen.h"
#include "Scope.h"
#include "Cleanup.h"
#include "Initialization.h"
#include "RValue.h"