forked from OSchip/llvm-project
Fix this test to account for a movl $0 being emitted as an xor now,
and convert it to FileCheck. llvm-svn: 84065
This commit is contained in:
parent
b4ec3fc42d
commit
03a7667349
|
|
@ -1,5 +1,6 @@
|
||||||
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | grep ecx | grep 0
|
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | FileCheck %s
|
||||||
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | grep mov | grep xmm0 | grep 8
|
; CHECK: movsd %xmm0, 8(%esp)
|
||||||
|
; CHECK: xorl %ecx, %ecx
|
||||||
|
|
||||||
@d = external global double ; <double*> [#uses=1]
|
@d = external global double ; <double*> [#uses=1]
|
||||||
@c = external global double ; <double*> [#uses=1]
|
@c = external global double ; <double*> [#uses=1]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue