aboutsummaryrefslogtreecommitdiff
path: root/test/MC/Hexagon
diff options
context:
space:
mode:
authorDimitry Andric <dimitry@andric.com>2016-01-03 17:22:03 +0000
committerDimitry Andric <dimitry@andric.com>2016-01-03 17:22:03 +0000
commitac6a87b06ead105f9fd84b0450f97c88baf07ed6 (patch)
tree00e1b3089c813487c2f935fc0e59e0f72ea24ff5 /test/MC/Hexagon
parentc88a575ea513a106f26b7d0ed15ed9e5be4f4a32 (diff)
downloadllvm-ac6a87b06ead105f9fd84b0450f97c88baf07ed6.tar.gz
Fix several accidental DOS line endings in source files
Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, sanjoy, dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D15848 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256707 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Hexagon')
-rw-r--r--test/MC/Hexagon/test.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/Hexagon/test.s b/test/MC/Hexagon/test.s
index e60578e6593..73b6d0a96c7 100644
--- a/test/MC/Hexagon/test.s
+++ b/test/MC/Hexagon/test.s
@@ -1,4 +1,4 @@
-#RUN: llvm-mc -filetype=obj -triple=hexagon -mcpu=hexagonv60 %s
-
-{ vmem (r0 + #0) = v0
+#RUN: llvm-mc -filetype=obj -triple=hexagon -mcpu=hexagonv60 %s
+
+{ vmem (r0 + #0) = v0
r0 = memw(r0) } \ No newline at end of file