[TwoAddressInstructionPass] When looking for a 3 addr conversion after commuting...
[oota-llvm.git] / test / CodeGen / X86 / extractelement-index.ll
index 66d8767fa2f1dcb2045d833d9e80c68105454c47..ab3ff8ed435e988f77fc685eea4674406101ac8e 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=x86-64             | FileCheck %s -check-prefix=X64
-; RUN: llc < %s -march=x86-64 -mattr=+avx | FileCheck %s -check-prefix=AVX
+; RUN: llc < %s -mtriple=x86_64-pc-linux             | FileCheck %s -check-prefix=X64
+; RUN: llc < %s -mtriple=x86_64-pc-linux -mattr=+avx | FileCheck %s -check-prefix=AVX
 
 
 ; CHECK-LABEL: extractelement_index_1: