aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/legalizedag_vec.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-02-25 22:49:59 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-02-25 22:49:59 +0000
commita87008d90b7d894cfca53d407642acfd7be2af3c (patch)
tree1d522682197aa4f39cc806de664511682a68ed86 /test/CodeGen/X86/legalizedag_vec.ll
parent8a36f509cd0fd4c503c8564000f77713e1676c56 (diff)
downloadexternal_llvm-a87008d90b7d894cfca53d407642acfd7be2af3c.zip
external_llvm-a87008d90b7d894cfca53d407642acfd7be2af3c.tar.gz
external_llvm-a87008d90b7d894cfca53d407642acfd7be2af3c.tar.bz2
Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65482 91177308-0d34-0410-b5e6-96231b3b80d8
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 e214efe..97654b2 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