move Instruction/BasicBlock/BBArgument files to have SIL prefixes.

Swift SVN r4591
This commit is contained in:
Chris Lattner
2013-04-03 18:43:54 +00:00
parent 65cd2b2d25
commit 1beebda868
14 changed files with 16 additions and 16 deletions

View File

@@ -15,7 +15,7 @@
#include "ManagedValue.h"
#include "Scope.h"
#include "llvm/ADT/OwningPtr.h"
#include "swift/SIL/BBArgument.h"
#include "swift/SIL/SILBBArgument.h"
#include "swift/SIL/SILType.h"
#include "swift/SIL/TypeLowering.h"
#include "swift/AST/AST.h"