aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sink-hoist.ll
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
commit8c050fadf6b290ae84c747f3a58cd67dec6cc801 (patch)
treedba1bc51711187f505e9e8500c0c77844564138f /test/CodeGen/X86/sink-hoist.ll
parentfd847118eda59dcfa318dcb0895d1764c2a7a0ba (diff)
downloadexternal_llvm-8c050fadf6b290ae84c747f3a58cd67dec6cc801.zip
external_llvm-8c050fadf6b290ae84c747f3a58cd67dec6cc801.tar.gz
external_llvm-8c050fadf6b290ae84c747f3a58cd67dec6cc801.tar.bz2
Add a CHECK line to check the position of the second divsd.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83009 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/sink-hoist.ll')
-rw-r--r--test/CodeGen/X86/sink-hoist.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/sink-hoist.ll b/test/CodeGen/X86/sink-hoist.ll
index 66582ec..0f4e63f 100644
--- a/test/CodeGen/X86/sink-hoist.ll
+++ b/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