aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/legalizedag_vec.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/legalizedag_vec.ll')
-rw-r--r--test/CodeGen/X86/legalizedag_vec.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/legalizedag_vec.ll b/test/CodeGen/X86/legalizedag_vec.ll
index e214efe988..97654b201b 100644
--- a/test/CodeGen/X86/legalizedag_vec.ll
+++ b/test/CodeGen/X86/legalizedag_vec.ll
@@ -1,5 +1,5 @@
; RUN: llvm-as < %s | llc -march=x86 -mattr=sse2 -disable-mmx -o %t -f
-; RUN: grep divdi3 %t | grep call | count 2
+; RUN: grep divdi3 %t | count 2
; Test case for r63760 where we generate a legalization assert that an illegal
@@ -12,4 +12,4 @@
define <2 x i64> @test_long_div(<2 x i64> %num, <2 x i64> %div) {
%div.r = sdiv <2 x i64> %num, %div
ret <2 x i64> %div.r
-}
+} \ No newline at end of file