From 60c55505db4acc4a7327928f887e19e8cafd2891 Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Sun, 15 Jan 2017 23:32:11 +0000 Subject: [PATCH] Empty line. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@292081 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Analysis/LoopInfoTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/unittests/Analysis/LoopInfoTest.cpp b/unittests/Analysis/LoopInfoTest.cpp index 3832d887377..b8af2ba536f 100644 --- a/unittests/Analysis/LoopInfoTest.cpp +++ b/unittests/Analysis/LoopInfoTest.cpp @@ -52,7 +52,6 @@ TEST(LoopInfoTest, LoopWithSingleLatch) { LoopInfo LI; LI.analyze(DT); - Function &F = *M->begin(); Function::iterator FI = F.begin(); FI++; // First basic block is entry - skip it. -- 2.40.0