From: Simon Pilgrim Date: Tue, 1 Mar 2016 21:33:08 +0000 (+0000) Subject: [X86][AVX] Fixed triple/arch clash in test case X-Git-Tag: llvmorg-3.9.0-rc1~12762 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2f5626b8475b89041e86909a3f4a62a566ecbcd;p=platform%2Fupstream%2Fllvm.git [X86][AVX] Fixed triple/arch clash in test case We were specifying a x64 triple and then overriding with a x86 arch. llvm-svn: 262398 --- diff --git a/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll b/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll index 771039b..7753013 100644 --- a/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll +++ b/llvm/test/CodeGen/X86/avx-intrinsics-x86.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc < %s -mtriple=x86_64-apple-darwin -march=x86 -mattr=avx,aes,pclmul | FileCheck %s +; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=avx,aes,pclmul | FileCheck %s define <2 x i64> @test_x86_aesni_aesdec(<2 x i64> %a0, <2 x i64> %a1) { ; CHECK-LABEL: test_x86_aesni_aesdec: