commit | 99337e246cc258e89dc68f0b0e654be89d010cf7 | [log] [tgz] |
---|---|---|
author | Fangrui Song <maskray@google.com> | Fri Jul 20 08:19:20 2018 +0000 |
committer | Fangrui Song <maskray@google.com> | Fri Jul 20 08:19:20 2018 +0000 |
tree | 9dd1e048437c6b929c32dbe6c1464c6d0a88efa7 | |
parent | 3e0051bb51b0a57f5d220bec3d7930a72bd7c057 [diff] [blame] |
Change \t to spaces llvm-svn: 337530
diff --git a/clang/lib/CodeGen/CodeGenAction.cpp b/clang/lib/CodeGen/CodeGenAction.cpp index 9b9f562..7ca5507 100644 --- a/clang/lib/CodeGen/CodeGenAction.cpp +++ b/clang/lib/CodeGen/CodeGenAction.cpp
@@ -241,7 +241,7 @@ LLVMIRGeneration.stopTimer(); } - IRGenFinished = true; + IRGenFinished = true; } // Silently ignore if we weren't initialized for some reason.