Fix silly "no newline at end of file" warning
authorChris Lattner <sabre@nondot.org>
Thu, 24 Mar 2005 06:16:18 +0000 (06:16 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 24 Mar 2005 06:16:18 +0000 (06:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20809 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCISelPattern.cpp

index 5ea31ef61874468551a59bb1f7aa6e30b566dc4f..25b000f2e53a41880771c1b3841a77d9124f6141 100644 (file)
@@ -753,4 +753,5 @@ void ISel::Select(SDOperand N) {
 ///
 FunctionPass *llvm::createPPC32ISelPattern(TargetMachine &TM) {
   return new ISel(TM);  
 ///
 FunctionPass *llvm::createPPC32ISelPattern(TargetMachine &TM) {
   return new ISel(TM);  
-}
\ No newline at end of file
+}
+