diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:53:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-07 22:53:17 +0000 |
commit | 3ae2dd2ba5cd6771039f360f5605b277aaf43c7b (patch) | |
tree | 8cd071fcd3e795931474a76fab7adfde7b974de3 /llvm/test/CodeGen/MSP430 | |
parent | a0c80c55c3b8ac3f76487e2928621434245a9d6a (diff) | |
download | bcm5719-llvm-3ae2dd2ba5cd6771039f360f5605b277aaf43c7b.tar.gz bcm5719-llvm-3ae2dd2ba5cd6771039f360f5605b277aaf43c7b.zip |
add newlines at the end of files.
llvm-svn: 100705
Diffstat (limited to 'llvm/test/CodeGen/MSP430')
-rw-r--r-- | llvm/test/CodeGen/MSP430/2009-05-17-Rot.ll | 2 | ||||
-rw-r--r-- | llvm/test/CodeGen/MSP430/2009-05-17-Shift.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/MSP430/2009-05-17-Rot.ll b/llvm/test/CodeGen/MSP430/2009-05-17-Rot.ll index 2ae005259d4..d622aa71164 100644 --- a/llvm/test/CodeGen/MSP430/2009-05-17-Rot.ll +++ b/llvm/test/CodeGen/MSP430/2009-05-17-Rot.ll @@ -14,4 +14,4 @@ define i16 @rol1u16(i16 %x.arg) nounwind { return: %6 = load i16* %retval ret i16 %6 -}
\ No newline at end of file +} diff --git a/llvm/test/CodeGen/MSP430/2009-05-17-Shift.ll b/llvm/test/CodeGen/MSP430/2009-05-17-Shift.ll index 25aff60c2b3..e23df785166 100644 --- a/llvm/test/CodeGen/MSP430/2009-05-17-Shift.ll +++ b/llvm/test/CodeGen/MSP430/2009-05-17-Shift.ll @@ -12,4 +12,4 @@ return: %3 = load i16* %retval ret i16 %3 -}
\ No newline at end of file +} |