diff options
| author | Dan Gohman <gohman@apple.com> | 2009-09-28 20:48:39 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-09-28 20:48:39 +0000 |
| commit | 46945e38ea3be5310a836eacccfa723648f24220 (patch) | |
| tree | 5978bb3579b9d739b14fe24dfac0d93c649e1aab /llvm/test | |
| parent | 4854ef00233b72dd0d734492d5d4732cc7823272 (diff) | |
| download | bcm5719-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')
| -rw-r--r-- | llvm/test/CodeGen/X86/sink-hoist.ll | 1 |
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 |

