summaryrefslogtreecommitdiff
path: root/test/CodeGen/MIR
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-05-05 21:50:26 +0000
committerMatthias Braun <matze@braunis.de>2017-05-05 21:50:26 +0000
commit4463e1134837fc60d4e12582111e012a5cbe14db (patch)
treee70a4d898c1ff8d99beb79738f745f7bfa6b3fdb /test/CodeGen/MIR
parent1ed19d1faa0db8bf4227cbcb996d54747b1d7b69 (diff)
Add missing target triple to test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302301 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MIR')
-rw-r--r--test/CodeGen/MIR/X86/auto-successor.mir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/MIR/X86/auto-successor.mir b/test/CodeGen/MIR/X86/auto-successor.mir
index d1b59c35f1e..23b4f91b3b6 100644
--- a/test/CodeGen/MIR/X86/auto-successor.mir
+++ b/test/CodeGen/MIR/X86/auto-successor.mir
@@ -1,4 +1,4 @@
-# RUN: llc -o - %s -run-pass=none -verify-machineinstrs -simplify-mir | FileCheck %s
+# RUN: llc -mtriple=x86_64-- -o - %s -run-pass=none -verify-machineinstrs -simplify-mir | FileCheck %s
---
# We shouldn't need any explicit successor lists in these examples
# CHECK-LABEL: name: func0