Merged arch/target into a specific triple - we had i686 and x86_64 targets overriding each other....
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241410
91177308-0d34-0410-b5e6-
96231b3b80d8
; These are tests for SSE3 codegen.
-; RUN: llc < %s -march=x86-64 -mcpu=nocona -mtriple=i686-apple-darwin9 -O3 | FileCheck %s --check-prefix=X64
+; RUN: llc < %s -mtriple=x86_64-apple-darwin9 --mattr=+sse3 | FileCheck %s --check-prefix=X64
; Test for v8xi16 lowering where we extract the first element of the vector and
; placed it in the second element of the result.