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

@@ -17,7 +17,7 @@
#ifndef SWIFT_SIL_SILFUNCTION_H
#define SWIFT_SIL_SILFUNCTION_H
#include "swift/SIL/BasicBlock.h"
#include "swift/SIL/SILBasicBlock.h"
#include "swift/SIL/SILModule.h"
namespace swift {