diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-09-30 07:17:56 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-09-30 07:17:56 +0000 |
commit | abbe66515447824b427e7c340ef8253ecac4061c (patch) | |
tree | c74f63671f1db813d8cab624bae6404a600b5f9c /llvm/test/CodeGen/X86/loop-strength-reduce-3.ll | |
parent | 45715b25f79ebdff1a187284d5c9830fd69e09b6 (diff) | |
download | bcm5719-llvm-abbe66515447824b427e7c340ef8253ecac4061c.tar.gz bcm5719-llvm-abbe66515447824b427e7c340ef8253ecac4061c.zip |
Revert r164910 because it causes failures to several phase2 builds.
llvm-svn: 164911
Diffstat (limited to 'llvm/test/CodeGen/X86/loop-strength-reduce-3.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/loop-strength-reduce-3.ll | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll b/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll index e2d77f2a6fd..b1c9fb9c077 100644 --- a/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll +++ b/llvm/test/CodeGen/X86/loop-strength-reduce-3.ll @@ -1,7 +1,8 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=corei7 -relocation-model=dynamic-no-pic | FileCheck %s +; RUN: llc < %s -mtriple=i386-apple-darwin -relocation-model=dynamic-no-pic | FileCheck %s ; CHECK: align -; CHECK: movlpd %xmm0, -4(%ecx) +; CHECK: movl $4, -4(%ecx) +; CHECK: movl $5, (%ecx) ; CHECK: addl $4, %ecx ; CHECK: decl %eax ; CHECK: jne |