[x32] Fix FrameIndex check in SelectLEA64_32Addr
[oota-llvm.git] / test / CodeGen / X86 / tail-threshold.ll
index 6c7d5aaeccf082a09a339db50c4e18d09a0d8b69..f2296a0bd69f4a15ff34d341f70546f700ff2dfe 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 -tail-merge-threshold 2 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-pc-linux-gnu -tail-merge-threshold 2 < %s | FileCheck %s
 
 ; Test that we still do some merging if a block has more than
 ; tail-merge-threshold predecessors.