summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/insertelement-copytoregs.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/insertelement-copytoregs.ll')
-rw-r--r--test/CodeGen/X86/insertelement-copytoregs.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/insertelement-copytoregs.ll b/test/CodeGen/X86/insertelement-copytoregs.ll
index 34a29ca..88ff4da 100644
--- a/test/CodeGen/X86/insertelement-copytoregs.ll
+++ b/test/CodeGen/X86/insertelement-copytoregs.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86-64 | grep -v IMPLICIT_DEF
+; RUN: llc < %s -march=x86-64 | FileCheck %s
+; CHECK-NOT: IMPLICIT_DEF
define void @foo(<2 x float>* %p) {
%t = insertelement <2 x float> undef, float 0.0, i32 0
OpenPOWER on IntegriCloud