Add a neat little two's complement hack for x86.
[oota-llvm.git] / test / CodeGen / X86 / sse-commute.ll
index 38ed644e952b7e5c3fbe8f5bb7d593538a469c1a..336bf06e557d791d1399f89bbf3fa59dd368efff 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
 
 ; Commute the comparison to avoid a move.
 ; PR7500.