From: Duncan Sands Date: Mon, 7 Jan 2008 19:13:36 +0000 (+0000) Subject: Add missing newline at EOF. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9c5525f4fa177e20077710c980f08e2f8de06e39;p=oota-llvm.git Add missing newline at EOF. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45712 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Sparc/SparcInstrInfo.cpp b/lib/Target/Sparc/SparcInstrInfo.cpp index b587c282165..56727bb56cd 100644 --- a/lib/Target/Sparc/SparcInstrInfo.cpp +++ b/lib/Target/Sparc/SparcInstrInfo.cpp @@ -258,4 +258,4 @@ MachineInstr *SparcInstrInfo::foldMemoryOperand(MachineInstr* MI, if (NewMI) NewMI->copyKillDeadInfo(MI); return NewMI; -} \ No newline at end of file +}