diff options
author | Duncan Sands <baldrick@free.fr> | 2010-05-07 17:03:48 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2010-05-07 17:03:48 +0000 |
commit | 7d2568ca3c7974f025ff9f7d9e2a0d17f922ee40 (patch) | |
tree | 52d2baff3e0296637d1e843179cc4e25e39712f0 /test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll | |
parent | 9a7063e7eef06fd9fd95cfcf40ae048cec25c4e4 (diff) |
Correct some bogus target triples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103265 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll')
-rw-r--r-- | test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll b/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll index cb64bf22c9..810a6f4d6c 100644 --- a/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll +++ b/test/CodeGen/X86/2009-06-03-Win64SpillXMM.ll @@ -2,7 +2,7 @@ ; RUN: grep "subq.*\\\$72, \\\%rsp" %t1 ; RUN: grep "movaps \\\%xmm8, 32\\\(\\\%rsp\\\)" %t1 ; RUN: grep "movaps \\\%xmm7, 48\\\(\\\%rsp\\\)" %t1 -target triple = "x86_64-mingw64" +target triple = "x86_64-pc-mingw64" define i32 @a() nounwind { entry: |