aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2012-07-24 21:55:04 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2012-07-24 21:55:04 +0000
commit423ebb1f38c297de46013394b39ef6387630a626 (patch)
tree8b13aad180362462676a5f9b67e4f37c4055d358 /test/CodeGen/X86
parentcde227bc2a52c6e05c083df47eb08a01a94a09b1 (diff)
downloadexternal_llvm-423ebb1f38c297de46013394b39ef6387630a626.zip
external_llvm-423ebb1f38c297de46013394b39ef6387630a626.tar.gz
external_llvm-423ebb1f38c297de46013394b39ef6387630a626.tar.bz2
Add a triple to the test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160698 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r--test/CodeGen/X86/inreg.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/inreg.ll b/test/CodeGen/X86/inreg.ll
index 8981033..213f01d 100644
--- a/test/CodeGen/X86/inreg.ll
+++ b/test/CodeGen/X86/inreg.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86 | FileCheck %s
+; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s
%struct.s = type { double, float }