Fix capitalization of setUpForFileAt

This commit is contained in:
David Ungar
2017-11-21 09:48:55 -08:00
parent 26537ea26c
commit 0b39a883c2
2 changed files with 3 additions and 3 deletions

View File

@@ -367,7 +367,7 @@ class CompilerInstance {
void createSILModule();
void setPrimarySourceFile(SourceFile *SF);
bool setupForFileAt(unsigned i);
bool setUpForFileAt(unsigned i);
public:
SourceManager &getSourceMgr() { return SourceMgr; }