move SIL/Function.h to SILFunction.h in preparation to renaming the class.

Swift SVN r4589
This commit is contained in:
Chris Lattner
2013-04-03 18:27:54 +00:00
parent 8caf747853
commit 05dcf38c1c
8 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@
//
//===----------------------------------------------------------------------===//
#include "swift/SIL/Function.h"
#include "swift/SIL/SILFunction.h"
#include "swift/SIL/SILBuilder.h"
#include "swift/SIL/SILConstant.h"
#include "swift/SIL/SILModule.h"