diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-07-24 21:55:04 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-07-24 21:55:04 +0000 |
commit | 423ebb1f38c297de46013394b39ef6387630a626 (patch) | |
tree | 8b13aad180362462676a5f9b67e4f37c4055d358 /test/CodeGen/X86 | |
parent | cde227bc2a52c6e05c083df47eb08a01a94a09b1 (diff) | |
download | external_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.ll | 2 |
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 } |