mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-10 05:41:40 +00:00
Make the RUN: line readable.
llvm-svn: 33906
This commit is contained in:
parent
25f656a559
commit
c7525207b8
@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
; Check that the shift gets turned into an LEA.
|
; Check that the shift gets turned into an LEA.
|
||||||
|
|
||||||
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | not grep 'mov E.X, E.X'
|
; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -x86-asm-syntax=intel | \
|
||||||
|
; RUN: not grep 'mov E.X, E.X'
|
||||||
|
|
||||||
; FIXME: We need live variable information about flags to do this xform safely. :(
|
; FIXME: We need live variable information about flags to do this xform safely. :(
|
||||||
; XFAIL: *
|
; XFAIL: *
|
||||||
|
Loading…
Reference in New Issue
Block a user