summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-09-28 20:48:39 +0000
committerDan Gohman <gohman@apple.com>2009-09-28 20:48:39 +0000
commit46945e38ea3be5310a836eacccfa723648f24220 (patch)
tree5978bb3579b9d739b14fe24dfac0d93c649e1aab /llvm/test/CodeGen/X86
parent4854ef00233b72dd0d734492d5d4732cc7823272 (diff)
downloadbcm5719-llvm-46945e38ea3be5310a836eacccfa723648f24220.tar.gz
bcm5719-llvm-46945e38ea3be5310a836eacccfa723648f24220.zip
Add a CHECK line to check the position of the second divsd.
llvm-svn: 83009
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/sink-hoist.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/sink-hoist.ll b/llvm/test/CodeGen/X86/sink-hoist.ll
index 66582ecd832..0f4e63f9c67 100644
--- a/llvm/test/CodeGen/X86/sink-hoist.ll
+++ b/llvm/test/CodeGen/X86/sink-hoist.ll
@@ -9,6 +9,7 @@
; CHECK-NEXT: divsd
; CHECK: testb $1, %dil
; CHECK-NEXT: jne
+; CHECK: divsd
define double @foo(double %x, double %y, i1 %c) nounwind {
%a = fdiv double %x, 3.2
OpenPOWER on IntegriCloud