use a triple instead of a cpu; less builbot sadness
authorSanjay Patel <spatel@rotateright.com>
Tue, 17 Feb 2015 21:59:54 +0000 (21:59 +0000)
committerSanjay Patel <spatel@rotateright.com>
Tue, 17 Feb 2015 21:59:54 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229563 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/logical-load-fold.ll

index fa6b9e5000cde6c0353dce49624813cbc95b20d1..5aac2d7910cd966a09adf5aa28e87d87d57b293c 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mcpu=x86-64 -mattr=sse2,sse-unaligned-mem | FileCheck %s --check-prefix=SSE2
-; RUN: llc < %s -mcpu=x86-64 -mattr=avx                    | FileCheck %s --check-prefix=AVX
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse2,sse-unaligned-mem | FileCheck %s --check-prefix=SSE2
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx                    | FileCheck %s --check-prefix=AVX
 
 ; Although we have the ability to fold an unaligned load with AVX 
 ; and under special conditions with some SSE implementations, we