diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/pr29010.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/pr29010.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr29010.ll b/llvm/test/CodeGen/X86/pr29010.ll index a2d5ff69a35..070635ba449 100644 --- a/llvm/test/CodeGen/X86/pr29010.ll +++ b/llvm/test/CodeGen/X86/pr29010.ll @@ -1,6 +1,6 @@ ; RUN: llc < %s -mtriple=i386-linux -mattr=+avx | FileCheck %s -; In i386 there are only 8 XMMs (xmm0-xmm7), make sure we we are not creating illegal XMM +; In i386 there are only 8 XMMs (xmm0-xmm7), make sure we are not creating illegal XMM define float @only_xmm0_7(i32 %arg) { top: tail call void asm sideeffect "", "~{xmm0},~{xmm1},~{xmm2},~{xmm3},~{dirflag},~{fpsr},~{flags}"() |

