summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/v-binop-widen.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/v-binop-widen.ll')
-rw-r--r--llvm/test/CodeGen/X86/v-binop-widen.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/v-binop-widen.ll b/llvm/test/CodeGen/X86/v-binop-widen.ll
index 8655c6c8ea5..fca4da66a85 100644
--- a/llvm/test/CodeGen/X86/v-binop-widen.ll
+++ b/llvm/test/CodeGen/X86/v-binop-widen.ll
@@ -1,7 +1,7 @@
; RUN: llc -mcpu=generic -march=x86 -mattr=+sse < %s | FileCheck %s
-; CHECK: divss
; CHECK: divps
; CHECK: divps
+; CHECK: divss
%vec = type <9 x float>
define %vec @vecdiv( %vec %p1, %vec %p2)
@@ -9,4 +9,3 @@ define %vec @vecdiv( %vec %p1, %vec %p2)
%result = fdiv %vec %p1, %p2
ret %vec %result
}
-
OpenPOWER on IntegriCloud