summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/PassManagerTest.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-06-17 07:15:29 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-06-17 07:15:29 +0000
commit74a8a2214adc51f8cdf77954ab3e8c8bf1334248 (patch)
treef64ab845471ee05a4bbb30d292a03a67caa9d030 /llvm/unittests/IR/PassManagerTest.cpp
parentce56f7bbaa33d4b472bc1ed20fbe586f1c759aea (diff)
downloadbcm5719-llvm-74a8a2214adc51f8cdf77954ab3e8c8bf1334248.tar.gz
bcm5719-llvm-74a8a2214adc51f8cdf77954ab3e8c8bf1334248.zip
[PM] Run clang-format over various parts of the new pass manager code
prior to some very substantial patches to isolate any formatting-only changes. llvm-svn: 272991
Diffstat (limited to 'llvm/unittests/IR/PassManagerTest.cpp')
-rw-r--r--llvm/unittests/IR/PassManagerTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/unittests/IR/PassManagerTest.cpp b/llvm/unittests/IR/PassManagerTest.cpp
index 80ed723ae08..c2ac863260a 100644
--- a/llvm/unittests/IR/PassManagerTest.cpp
+++ b/llvm/unittests/IR/PassManagerTest.cpp
@@ -238,8 +238,8 @@ TEST_F(PassManagerTest, Basic) {
{
// Pointless scope to test move assignment.
FunctionPassManager NestedFPM;
- NestedFPM.addPass(TestFunctionPass(FunctionPassRunCount1, AnalyzedInstrCount1,
- AnalyzedFunctionCount1));
+ NestedFPM.addPass(TestFunctionPass(
+ FunctionPassRunCount1, AnalyzedInstrCount1, AnalyzedFunctionCount1));
FPM = std::move(NestedFPM);
}
NestedMPM.addPass(createModuleToFunctionPassAdaptor(std::move(FPM)));
OpenPOWER on IntegriCloud