Rename getEmptyLocation to getCompilerGeneratedLocation

This commit is contained in:
Vedant Kumar
2018-01-09 12:38:45 -08:00
parent e33f3b663d
commit d60ff05265
7 changed files with 20 additions and 14 deletions

View File

@@ -35,7 +35,7 @@ static SILBasicBlock *createInitialPreheader(SILBasicBlock *Header) {
}
// Create the branch to the header.
SILBuilder(Preheader).createBranch(getEmptyLocation(), Header,
SILBuilder(Preheader).createBranch(getCompilerGeneratedLocation(), Header,
Args);
return Preheader;