mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
FileCheck-ize a test, no functionality changed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134328 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2f494b6afc
commit
0d390f6366
@ -1,4 +1,5 @@
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {movl.*\$1, %}
|
||||
; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s
|
||||
; CHECK: movl $1, %{{.*}}
|
||||
define <2 x i64> @test1() nounwind {
|
||||
entry:
|
||||
ret <2 x i64> < i64 1, i64 0 >
|
||||
|
Loading…
x
Reference in New Issue
Block a user