summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fast-isel-call-bool.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-12-28 23:37:11 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-12-28 23:37:11 +0000
commit4099328596799203cfafb8fb9f8b0e0a7cdf0f5a (patch)
tree1c0d54bd8e4819ee66c0de3b7d3b1a80d925d2fb /llvm/test/CodeGen/X86/fast-isel-call-bool.ll
parentc29c4835dfc2a3be6c156ce6f54995221ac480a8 (diff)
downloadbcm5719-llvm-4099328596799203cfafb8fb9f8b0e0a7cdf0f5a.tar.gz
bcm5719-llvm-4099328596799203cfafb8fb9f8b0e0a7cdf0f5a.zip
llvm/test/CodeGen/X86/fast-isel-call-bool.ll: Add explicit -mtriple=x86_64-unknown to satisfy x64.
llvm-svn: 224907
Diffstat (limited to 'llvm/test/CodeGen/X86/fast-isel-call-bool.ll')
-rw-r--r--llvm/test/CodeGen/X86/fast-isel-call-bool.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fast-isel-call-bool.ll b/llvm/test/CodeGen/X86/fast-isel-call-bool.ll
index 876b02275c6..5cdb2c94116 100644
--- a/llvm/test/CodeGen/X86/fast-isel-call-bool.ll
+++ b/llvm/test/CodeGen/X86/fast-isel-call-bool.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -fast-isel -mcpu=core2 -march=x86-64 -O1 | FileCheck %s
+; RUN: llc < %s -fast-isel -mcpu=core2 -mtriple=x86_64-unknown-unknown -O1 | FileCheck %s
; See PR21557
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
OpenPOWER on IntegriCloud