1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Fix line-endings, NFC

A follow-up commit is adding a RUN line to each of these tests, so fix
the line endings first.  This is a whitespace-only change.

llvm-svn: 214156
This commit is contained in:
Duncan P. N. Exon Smith 2014-07-29 01:10:57 +00:00
parent 4936d185e0
commit 2512622ff7
10 changed files with 911 additions and 913 deletions

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; aggregateOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread instructions with aggregate operands

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; BinaryFloatOperation.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread binary float instructions from

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; BinaryIntOperation.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread binary integer instructions from

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; bitwiseOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread bitwise instructions from

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; conversionOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread conversion instructions from

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; memOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread memory related instructions of

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; TerminatorOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread terminator instructions from

View File

@ -1,4 +1,4 @@
; RUN: llvm-dis < %s.bc| FileCheck %s
; RUN: llvm-dis < %s.bc| FileCheck %s
; vectorOperations.3.2.ll.bc was generated by passing this file to llvm-as-3.2.
; The test checks that LLVM does not misread vector operations of
@ -30,5 +30,3 @@ entry:
ret void
}