From: Dan Gohman Date: Mon, 28 Sep 2009 20:48:39 +0000 (+0000) Subject: Add a CHECK line to check the position of the second divsd. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8c050fadf6b290ae84c747f3a58cd67dec6cc801;p=oota-llvm.git 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 --- diff --git a/test/CodeGen/X86/sink-hoist.ll b/test/CodeGen/X86/sink-hoist.ll index 66582ecd832..0f4e63f9c67 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