aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2010-09-19 21:58:55 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2010-09-19 21:58:55 +0000
commite6af80d11dcd82f24fba8c80dea8eefdbc0165f6 (patch)
treeb3fee5164cfbcc0e97722994d2f6dc04b9495fde /test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
parent0dcc8142766b3c55915eb9c2d404bdea6bb0f7dd (diff)
downloadexternal_llvm-e6af80d11dcd82f24fba8c80dea8eefdbc0165f6.zip
external_llvm-e6af80d11dcd82f24fba8c80dea8eefdbc0165f6.tar.gz
external_llvm-e6af80d11dcd82f24fba8c80dea8eefdbc0165f6.tar.bz2
test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompatible to Win32 codegen.
r114297 raises 3 failures. They might fail also on mingw. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114317 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll')
-rw-r--r--test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll b/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
index 500cd1f..8665282 100644
--- a/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
+++ b/test/CodeGen/X86/2008-06-13-VolatileLoadStore.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movsd | count 5
-; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movl | count 2
+; RUN: llc < %s -mtriple=i686-linux -mattr=+sse2 | grep movsd | count 5
+; RUN: llc < %s -mtriple=i686-linux -mattr=+sse2 | grep movl | count 2
@atomic = global double 0.000000e+00 ; <double*> [#uses=1]
@atomic2 = global double 0.000000e+00 ; <double*> [#uses=1]