specify triple so Windows bots won't be sad
[oota-llvm.git] / test / CodeGen / X86 / x86-64-double-precision-shift-left.ll
index 75e9052c1297c9efda275b4883782e038d23241d..7515c46f7ceeea4037cbabdb2dfd1d407e5821a9 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 shld instruction.