diff options
author | Alexey Samsonov <samsonov@google.com> | 2012-07-16 14:33:36 +0000 |
---|---|---|
committer | Alexey Samsonov <samsonov@google.com> | 2012-07-16 14:33:36 +0000 |
commit | e0f5aedf97b9e015404d92a1354aefbd8b0af07a (patch) | |
tree | 8bbffc00f9740f4576b23995086d3f5ecf124afa /test/CodeGen/X86/widen_arith-3.ll | |
parent | 2015236dfcd40f0b93e7d9f6dc4c380dc88bf3c0 (diff) |
Fix tests that failed on i686-win32 after r160248:
1. FileCheck-ize epilogue.ll and allow another asm instruction to restore %rsp.
2. Remove check in widen_arith-3.ll that was hitting instruction in epilogue instead of
vector add.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160274 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/widen_arith-3.ll')
-rw-r--r-- | test/CodeGen/X86/widen_arith-3.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/X86/widen_arith-3.ll b/test/CodeGen/X86/widen_arith-3.ll index f55b184f3a..d86042a448 100644 --- a/test/CodeGen/X86/widen_arith-3.ll +++ b/test/CodeGen/X86/widen_arith-3.ll @@ -2,7 +2,6 @@ ; CHECK: incl ; CHECK: incl ; CHECK: incl -; CHECK: addl ; Widen a v3i16 to v8i16 to do a vector add |