commit | 5c6da7c243443faf4d4236411603cc495de5445a | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Thu Jul 09 08:48:45 2009 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Thu Jul 09 08:48:45 2009 +0000 |
tree | 66467b052f8cbfbb7112d76831dca380406e5261 | |
parent | 0b8f418488c4eb46d793e7580fb76dd42c92ad7e [diff] [blame] |
Missing ) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75126 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CompilerDriver/Main.cpp b/lib/CompilerDriver/Main.cpp index 57d2937..c6e4e14 100644 --- a/lib/CompilerDriver/Main.cpp +++ b/lib/CompilerDriver/Main.cpp
@@ -31,7 +31,7 @@ sys::Path getTempDir() { sys::Path tempDir; - if (! TempDirname.empty() { + if (! TempDirname.empty()) { tempDir = TempDirname; if (!tempDir.exists()) { std::string ErrMsg;