[all-commits] [llvm/llvm-project] f78fe5: [SCEVExpander] Fix indentation/formatting (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jul 22 07:28:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f78fe57aeb383146ec336af98af606e5c25417db
https://github.com/llvm/llvm-project/commit/f78fe57aeb383146ec336af98af606e5c25417db
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h
Log Message:
-----------
[SCEVExpander] Fix indentation/formatting (NFC).
The declarations inside the llvm namespace where indented too much. Fix
it by re-running clang-format on the whole file.
More information about the All-commits
mailing list