FileCheck-ize a test, no functionality changed.
authorChandler Carruth <chandlerc@gmail.com>
Sat, 2 Jul 2011 20:42:06 +0000 (20:42 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 2 Jul 2011 20:42:06 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134328 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_set-A.ll

index f05eecf8c3aed91e8d3c393693374cc66df97b20..92dda4c11b880e0d0ac3c31e5fd5273e2a12a809 100644 (file)
@@ -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 >