Skip to content

Commit

Permalink
Word wrap a test-file comment to 80 columns
Browse files Browse the repository at this point in the history
This is a test commit to check whether my account works.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@331512 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jmorse committed May 4, 2018
1 parent 6542d54 commit 23c1e93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/CodeGen/X86/pr30821.mir
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ body: |
; data into $xmm[0-14] and volatile storing them later, leaving regalloc only
; $xmm15 to play with in the middle.
; Then, perform two virtreg load-and-store pairs, with the faulty code
; sequence in the middle (MOVSDrm then MOVAPDmr on the same slot). The virtreg
; gets spilt; the corresponding stack slots merged; and faulty code sequence
; eliminated if LLVM is broken.
; sequence in the middle (MOVSDrm then MOVAPDmr on the same slot). The
; virtreg gets spilt; the corresponding stack slots merged; and faulty code
; sequence eliminated if LLVM is broken.
; Make first 15 $xmm registers live
$xmm0 = MOVUPDrm %stack.2.india, 1, $noreg, 0, $noreg :: (volatile dereferenceable load 16 from %ir.india)
Expand Down

0 comments on commit 23c1e93

Please sign in to comment.