diff options
| author | Michael Liao <michael.hliao@gmail.com> | 2019-10-24 09:54:08 -0400 |
|---|---|---|
| committer | Michael Liao <michael.hliao@gmail.com> | 2019-10-24 09:55:06 -0400 |
| commit | 950b800c451f918771228a7a7890d868954a61f3 (patch) | |
| tree | 222caf04972b6380a5f96310d8e00d2bc030c7ab | |
| parent | ed913a291532968c188909e932a94c5cc7b416be (diff) | |
| download | bcm5719-llvm-950b800c451f918771228a7a7890d868954a61f3.tar.gz bcm5719-llvm-950b800c451f918771228a7a7890d868954a61f3.zip | |
Fix compilation warning on the trailing whitespace. NFC.
| -rw-r--r-- | llvm/lib/LTO/ThinLTOCodeGenerator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp index 5b27cdbfef3..5a50a4830f1 100644 --- a/llvm/lib/LTO/ThinLTOCodeGenerator.cpp +++ b/llvm/lib/LTO/ThinLTOCodeGenerator.cpp @@ -611,7 +611,7 @@ struct IsPrevailing { return Prevailing->second == S; }; }; -}; // namespace +} // namespace static void computeDeadSymbolsInIndex( ModuleSummaryIndex &Index, |

