From 5060fe9dc0641229da74aecedb16013ef2e462fb Mon Sep 17 00:00:00 2001 From: Xin Tong Date: Sun, 15 Jan 2017 23:32:11 +0000 Subject: [PATCH] Empty line. NFC. llvm-svn: 292081 --- llvm/unittests/Analysis/LoopInfoTest.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/unittests/Analysis/LoopInfoTest.cpp b/llvm/unittests/Analysis/LoopInfoTest.cpp index 3832d887377c..b8af2ba536f6 100644 --- a/llvm/unittests/Analysis/LoopInfoTest.cpp +++ b/llvm/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.