diff options
author | Duncan Sands <baldrick@free.fr> | 2008-01-07 19:13:36 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-01-07 19:13:36 +0000 |
commit | 9c5525f4fa177e20077710c980f08e2f8de06e39 (patch) | |
tree | 12d18f5fd926d22e25b4107f474797e029b975fe /lib/Target/Sparc/SparcInstrInfo.cpp | |
parent | a95afe2b5fb7a716ff4cc7bb623995a0a4c56411 (diff) |
Add missing newline at EOF.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Sparc/SparcInstrInfo.cpp')
-rw-r--r-- | lib/Target/Sparc/SparcInstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/Sparc/SparcInstrInfo.cpp b/lib/Target/Sparc/SparcInstrInfo.cpp index b587c28216..56727bb56c 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 +} |