diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/full-lsr.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/full-lsr.ll | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/X86/full-lsr.ll b/llvm/test/CodeGen/X86/full-lsr.ll index 9778ce031cc..36c98c8b494 100644 --- a/llvm/test/CodeGen/X86/full-lsr.ll +++ b/llvm/test/CodeGen/X86/full-lsr.ll @@ -1,16 +1,8 @@ ; RUN: llc < %s -mtriple=i686-- -mcpu=generic | FileCheck %s -; RUN: llc < %s -mtriple=i686-- -mcpu=atom | FileCheck -check-prefix=ATOM %s define void @foo(float* nocapture %A, float* nocapture %B, float* nocapture %C, i32 %N) nounwind { -; ATOM: foo -; ATOM: addl -; ATOM: addl -; ATOM: leal - ; CHECK: foo -; CHECK: addl -; CHECK: addl -; CHECK: addl +; CHECK: incl entry: %0 = icmp sgt i32 %N, 0 ; <i1> [#uses=1] |

