From 46945e38ea3be5310a836eacccfa723648f24220 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 28 Sep 2009 20:48:39 +0000 Subject: [PATCH] Add a CHECK line to check the position of the second divsd. llvm-svn: 83009 --- llvm/test/CodeGen/X86/sink-hoist.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/test/CodeGen/X86/sink-hoist.ll b/llvm/test/CodeGen/X86/sink-hoist.ll index 66582ecd832a..0f4e63f9c674 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