Empty line. NFC.

llvm-svn: 292081
This commit is contained in:
Xin Tong 2017-01-15 23:32:11 +00:00
parent ca02360f46
commit 5060fe9dc0
1 changed files with 0 additions and 1 deletions

View File

@ -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.