llvm/test/CodeGen/X86/xor.ll: Appease Win32 targets since r240796.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 27 Jun 2015 03:46:58 +0000 (03:46 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 27 Jun 2015 03:46:58 +0000 (03:46 +0000)
commit9160c024b99f66170113e0bbb2d0eb90faa88200
treeddd61b384f73a093df86a9157219a65525ba8d4d
parentbc245c01bff943b39162504fc8e9b7480ddb965c
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240874 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/xor.ll