revert r4968, it apparently breaks the world. I'll recommit it when I have time to investigate.

Swift SVN r4971
This commit is contained in:
Chris Lattner
2013-04-29 16:58:43 +00:00
parent b503206bec
commit aafe3bdbdc
10 changed files with 25 additions and 47 deletions

View File

@@ -1034,7 +1034,7 @@ public:
/// Responds to a REPL input. Returns true if the repl should continue,
/// false if it should quit.
bool handleREPLInput(REPLInputKind inputKind, llvm::StringRef Line) {
Lexer L(Line, Context.SourceMgr, nullptr, nullptr /*not SIL*/);
Lexer L(Line, Context.SourceMgr, nullptr);
switch (inputKind) {
case REPLInputKind::REPLQuit:
return false;