summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-06-27 03:46:58 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-06-27 03:46:58 +0000
commitc8e6b041212cdd770dc08328ecdaa979bf17e65c (patch)
tree1293fa57d212d96a30984cb4cc1c05db34dd4942
parent52eb35576572614ebd37c4904255e7fa3fc7d01b (diff)
downloadbcm5719-llvm-c8e6b041212cdd770dc08328ecdaa979bf17e65c.tar.gz
bcm5719-llvm-c8e6b041212cdd770dc08328ecdaa979bf17e65c.zip
llvm/test/CodeGen/X86/xor.ll: Appease Win32 targets since r240796.
%struct.ref_s = type { %union.v, i16, i16 } %union.v = type { i64 } It seems %struct.ref_s is incompatible in tail padding. llvm-svn: 240874
-rw-r--r--llvm/test/CodeGen/X86/xor.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/xor.ll b/llvm/test/CodeGen/X86/xor.ll
index 0f6a601d954..f78fe275786 100644
--- a/llvm/test/CodeGen/X86/xor.ll
+++ b/llvm/test/CodeGen/X86/xor.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s -check-prefix=X32
+; RUN: llc < %s -mtriple=i686-unknown -mattr=+sse2 | FileCheck %s -check-prefix=X32
; RUN: llc < %s -mtriple=x86_64-linux -mattr=+sse2 | FileCheck %s -check-prefix=X64
; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+sse2 | FileCheck %s -check-prefix=X64
OpenPOWER on IntegriCloud