specify triple so Windows bots won't be sad
[oota-llvm.git] / test / CodeGen / X86 / x86-64-double-precision-shift-right.ll
index bc2f39ee666dc8b7c82621509fd7b6124b3f3c86..5e3f229417130dc80450cb1a0c381d906ef254fb 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=bdver1 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=bdver1 | FileCheck %s
 ; Verify that for the architectures that are known to have poor latency
 ; double precision shift instructions we generate alternative sequence 
 ; of instructions with lower latencies instead of shrd instruction.