Add a newline at the end of the file.
authorDuncan Sands <baldrick@free.fr>
Wed, 31 Oct 2007 08:49:24 +0000 (08:49 +0000)
committerDuncan Sands <baldrick@free.fr>
Wed, 31 Oct 2007 08:49:24 +0000 (08:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43550 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/MachineDominators.h
lib/CodeGen/MachineDominators.cpp
lib/CodeGen/StrongPHIElimination.cpp

index 353c0e4301d3c6986c98019c41e5ffb85c30fb37..11ad1ae1448aa2ee675dfabe06020b28fff0b3f8 100644 (file)
@@ -181,4 +181,4 @@ public:
 
 }
 
-#endif
\ No newline at end of file
+#endif
index 0a8a81b621346af0201c969a5bdcdcfd60cbd6bf..51ad46cd0ddeb31a04a35b5fa4aaccb846f9800a 100644 (file)
@@ -21,4 +21,4 @@ TEMPLATE_INSTANTIATION(class DominatorTreeBase<MachineBasicBlock>);
 
 char MachineDominatorTree::ID = 0;
 static RegisterPass<MachineDominatorTree>
-E("machinedomtree", "MachineDominator Tree Construction", true);
\ No newline at end of file
+E("machinedomtree", "MachineDominator Tree Construction", true);
index 500baae20ec446d0d33180ae422ccac7feca2701..e784a6b823ae89b5d4813a63fd495f972f434044 100644 (file)
@@ -109,4 +109,4 @@ void StrongPHIElimination::computeDFS(MachineFunction& MF) {
       worklist.pop_back();
     }
   }
-}
\ No newline at end of file
+}