diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-07-09 08:48:45 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-07-09 08:48:45 +0000 |
| commit | 53c29ebf7c06304e3460f86066f99de6df62bb6c (patch) | |
| tree | 66467b052f8cbfbb7112d76831dca380406e5261 /lib/CompilerDriver | |
| parent | 6de9ddd38aae8c85d950ad51e595a1cd76ae98b4 (diff) | |
| download | external_llvm-53c29ebf7c06304e3460f86066f99de6df62bb6c.zip external_llvm-53c29ebf7c06304e3460f86066f99de6df62bb6c.tar.gz external_llvm-53c29ebf7c06304e3460f86066f99de6df62bb6c.tar.bz2 | |
Missing )
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CompilerDriver')
| -rw-r--r-- | lib/CompilerDriver/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ namespace { sys::Path getTempDir() { sys::Path tempDir; - if (! TempDirname.empty() { + if (! TempDirname.empty()) { tempDir = TempDirname; if (!tempDir.exists()) { std::string ErrMsg; |
